CMake: cleanup and add include
This commit is contained in:
@@ -199,7 +199,9 @@ endif()
|
||||
|
||||
if(WITH_CYCLES_OPTIMIZED_KERNEL_SSE41)
|
||||
set_source_files_properties(kernel_sse41.cpp PROPERTIES COMPILE_FLAGS "${CYCLES_SSE41_KERNEL_FLAGS}")
|
||||
list(APPEND SRC kernel_sse41.cpp)
|
||||
list(APPEND SRC
|
||||
kernel_sse41.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
add_library(cycles_kernel ${SRC} ${SRC_HEADERS} ${SRC_CLOSURE_HEADERS} ${SRC_SVM_HEADERS})
|
||||
|
||||
@@ -262,6 +262,7 @@ set(SRC
|
||||
|
||||
depsgraph_private.h
|
||||
nla_private.h
|
||||
tracking_private.h
|
||||
intern/CCGSubSurf.h
|
||||
intern/pbvh_intern.h
|
||||
)
|
||||
|
||||
@@ -100,7 +100,9 @@ endif()
|
||||
|
||||
if(WITH_PYTHON)
|
||||
add_definitions(-DWITH_PYTHON)
|
||||
set(INC ${INC} ../../python)
|
||||
list(APPEND INC
|
||||
../../python
|
||||
)
|
||||
endif()
|
||||
|
||||
blender_add_lib(bf_editor_util "${SRC}" "${INC}" "${INC_SYS}")
|
||||
|
||||
Reference in New Issue
Block a user