correct some include dirs not being included as SYSTEM paths in cmake.
This commit is contained in:
@@ -28,11 +28,11 @@ set(INC
|
||||
../../../intern/guardedalloc
|
||||
../../../intern/moto/include
|
||||
../../../intern/string
|
||||
${GLEW_INCLUDE_PATH}
|
||||
)
|
||||
|
||||
set(INC_SYS
|
||||
${PTHREADS_INCLUDE_DIRS}
|
||||
${GLEW_INCLUDE_PATH}
|
||||
)
|
||||
|
||||
set(SRC
|
||||
|
||||
Reference in New Issue
Block a user