- added back zlib include (needed for win32).
- use list append in more places. - remove non existing include dir.
This commit is contained in:
@@ -34,6 +34,7 @@ SET(INC
|
||||
../gpu
|
||||
../../../intern/ghost
|
||||
../../../intern/guardedalloc
|
||||
${ZLIB_INC}
|
||||
${FREETYPE_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
@@ -45,7 +46,7 @@ SET(INC
|
||||
ENDIF(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
|
||||
IF(WIN32)
|
||||
SET(INC ${INC} ${PTHREADS_INC})
|
||||
LIST(APPEND INC ${PTHREADS_INC})
|
||||
ENDIF(WIN32)
|
||||
|
||||
IF(WITH_OPENMP)
|
||||
|
Reference in New Issue
Block a user