mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-20 23:52:55 +00:00
Update CMakeLists.txt
forgot a keyword.
This commit is contained in:
parent
a597b1237c
commit
e2b383f138
@ -127,7 +127,7 @@ if (WIN32)
|
||||
endif ()
|
||||
|
||||
add_library (glew SHARED ${GLEW_SRC_FILES})
|
||||
target_include_directories(glew ${GLEW_DIR}/src/)
|
||||
target_include_directories(glew PUBLIC ${GLEW_DIR}/src/)
|
||||
|
||||
set_target_properties (glew PROPERTIES COMPILE_DEFINITIONS "GLEW_BUILD" OUTPUT_NAME "${GLEW_LIB_NAME}" PREFIX "${DLL_PREFIX}"
|
||||
VERSION ${GLEW_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user