[nostalgia] Fix MSVC build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user