Update CMakeLists.txt

forgot a keyword.
This commit is contained in:
Robert Russell 2021-05-25 11:15:48 -04:00 committed by GitHub
parent a597b1237c
commit e2b383f138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}