[nostalgia] Switch from Conan to bundled dep glfw

This commit is contained in:
2022-03-11 22:16:59 -06:00
parent 3e080b95d5
commit c152bb9a66
3 changed files with 4 additions and 3 deletions

View File

@ -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