[nostalgia] Switch from Conan to bundled dep glfw
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
||||
find_package(glfw3 REQUIRED)
|
||||
find_package(imgui REQUIRED)
|
||||
if(APPLE)
|
||||
find_package(OpenGL REQUIRED)
|
||||
@ -18,7 +17,7 @@ if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
||||
set(
|
||||
NOSTALGIA_CORE_IMPL_LIBS
|
||||
${OPENGL_gl_LIBRARY}
|
||||
glfw::glfw
|
||||
glfw
|
||||
imgui::imgui
|
||||
imgui-glfw
|
||||
NostalgiaGlUtils
|
||||
|
Reference in New Issue
Block a user