code cleanup: cycles now uses system includes for boost/oiio.. etc, so we dont get warnings from system headers.

This commit is contained in:
Campbell Barton
2012-09-20 09:04:43 +00:00
parent ff834242b7
commit b0c7c8756f
9 changed files with 26 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ set(INC
../kernel/osl
../util
../render
)
set(INC_SYS
${OPENGL_INCLUDE_DIR}
${GLEW_INCLUDE_PATH}
)
@@ -31,5 +33,6 @@ set(SRC_HEADERS
add_definitions(-DGLEW_STATIC)
include_directories(${INC})
include_directories(SYSTEM ${INC_SYS})
add_library(cycles_device ${SRC} ${SRC_HEADERS})