[nostalgia/core] Get building with GLFW (it has a better Conan package than SDL)

This commit is contained in:
2021-04-28 22:27:33 -05:00
parent a17bc04ee7
commit 307684348e
10 changed files with 220 additions and 13 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ target_link_libraries(
add_subdirectory(gba)
if(NOSTALGIA_BUILD_TYPE STREQUAL "Native")
add_subdirectory(sdl)
add_subdirectory(glfw)
add_subdirectory(userland)
endif()
if(NOSTALGIA_BUILD_STUDIO)