[nostalgia/core] Switch away from Conan ImGui
This commit is contained in:
parent
bc6128b198
commit
b4238279ab
@ -1,5 +1,4 @@
|
|||||||
if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
||||||
find_package(imgui REQUIRED)
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
find_package(OpenGL REQUIRED)
|
find_package(OpenGL REQUIRED)
|
||||||
else()
|
else()
|
||||||
@ -18,8 +17,7 @@ if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
|||||||
NOSTALGIA_CORE_IMPL_LIBS
|
NOSTALGIA_CORE_IMPL_LIBS
|
||||||
${OPENGL_gl_LIBRARY}
|
${OPENGL_gl_LIBRARY}
|
||||||
glfw
|
glfw
|
||||||
imgui::imgui
|
imgui
|
||||||
imgui-glfw
|
|
||||||
NostalgiaGlUtils
|
NostalgiaGlUtils
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user