mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 07:22:31 +02:00
put glew link back into gpu
This commit is contained in:
parent
d7d11955f3
commit
2780415b1d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ elseif (WIN32)
|
|||
# we're using static GLEW, so define GLEW_STATIC
|
||||
add_definitions(-DGLEW_STATIC)
|
||||
|
||||
target_link_libraries(${TARGET_NAME} opengl32.lib)
|
||||
target_link_libraries(${TARGET_NAME} ${GLEW_LIBRARIES} opengl32.lib)
|
||||
|
||||
# need to bubble up the GLEW_INCLUDE_DIRS
|
||||
list(APPEND ${TARGET_NAME}_DEPENDENCY_INCLUDES "${GLEW_INCLUDE_DIRS}")
|
||||
|
|
Loading…
Reference in a new issue