[nostalgia] Fixes for MSVC
This commit is contained in:
@@ -12,11 +12,12 @@ if(APPLE)
|
||||
else()
|
||||
set(OPENGL_gl_LIBRARY GL)
|
||||
endif()
|
||||
find_package(glad REQUIRED)
|
||||
|
||||
target_link_libraries(
|
||||
NostalgiaGlUtils PUBLIC
|
||||
OxStd
|
||||
${OPENGL_gl_LIBRARY}
|
||||
glad::glad
|
||||
)
|
||||
|
||||
install(
|
||||
|
||||
Reference in New Issue
Block a user