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/svm
../render
)
set(INC_SYS
)
set(SRC
subd_build.cpp
@@ -31,5 +33,6 @@ set(SRC_HEADERS
)
include_directories(${INC})
include_directories(SYSTEM ${INC_SYS})
add_library(cycles_subd ${SRC} ${SRC_HEADERS})