mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-08 06:07:27 +02:00
windows build hack
This commit is contained in:
parent
2e3a522e73
commit
7e37aaabde
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ else (APPLE)
|
|||
# we're using static GLEW, so define GLEW_STATIC
|
||||
add_definitions(-DGLEW_STATIC)
|
||||
|
||||
target_link_libraries(${TARGET_NAME} "${GLEW_LIBRARIES}" "${NSIGHT_LIBRARIES}" wsock32.lib opengl32.lib)
|
||||
target_link_libraries(${TARGET_NAME} "${GLEW_LIBRARIES}" "${NSIGHT_LIBRARIES}" wsock32.lib opengl32.lib Winmm.lib)
|
||||
|
||||
# try to find the Nsight package and add it to the build if we find it
|
||||
find_package(NSIGHT)
|
||||
|
|
Loading…
Reference in a new issue