Fix GLEW compile error on Windows.
This commit is contained in:
@ -36,6 +36,8 @@ SET(INC_FILES
|
||||
Perlin.h
|
||||
)
|
||||
|
||||
add_definitions(-DGLEW_STATIC)
|
||||
|
||||
#"Sources" and "Headers" are the group names in Visual Studio.
|
||||
#They may have other uses too...
|
||||
SOURCE_GROUP("Sources" FILES ${SRC_FILES})
|
||||
|
Reference in New Issue
Block a user