[nostalgia] Fix MSVC build

This commit is contained in:
2022-07-09 20:20:37 -05:00
parent 2fa74069a9
commit 99bdf30c52
5 changed files with 16 additions and 26 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
if(APPLE)
find_package(OpenGL REQUIRED)
else()
set(OPENGL_gl_LIBRARY GL)
endif()
set(
NOSTALGIA_CORE_IMPL_SRC
glfw/clipboard.cpp
@@ -15,7 +10,7 @@ if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
)
set(
NOSTALGIA_CORE_IMPL_LIBS
${OPENGL_gl_LIBRARY}
glad
glfw
imgui
OxEvent