[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")
|
||||
find_package(imgui REQUIRED)
|
||||
if(APPLE)
|
||||
find_package(OpenGL REQUIRED)
|
||||
else()
|
||||
@ -18,8 +17,7 @@ if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
||||
NOSTALGIA_CORE_IMPL_LIBS
|
||||
${OPENGL_gl_LIBRARY}
|
||||
glfw
|
||||
imgui::imgui
|
||||
imgui-glfw
|
||||
imgui
|
||||
NostalgiaGlUtils
|
||||
)
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user