Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/CMakeLists.txt
| Show All 14 Lines | set(INC | ||||
| ../makesrna | ../makesrna | ||||
| ../nodes | ../nodes | ||||
| ../windowmanager | ../windowmanager | ||||
| ../nodes/composite | ../nodes/composite | ||||
| ../nodes/intern | ../nodes/intern | ||||
| ../render | ../render | ||||
| ../render/intern | ../render/intern | ||||
| ../../../extern/clew/include | ../../../extern/clew/include | ||||
| ../../../intern/atomic | |||||
| ../../../intern/clog | ../../../intern/clog | ||||
| ../../../intern/guardedalloc | ../../../intern/guardedalloc | ||||
| # dna_type_offsets.h | # dna_type_offsets.h | ||||
| ${CMAKE_CURRENT_BINARY_DIR}/../makesdna/intern | ${CMAKE_CURRENT_BINARY_DIR}/../makesdna/intern | ||||
| # RNA_prototypes.h | # RNA_prototypes.h | ||||
| ${CMAKE_BINARY_DIR}/source/blender/makesrna | ${CMAKE_BINARY_DIR}/source/blender/makesrna | ||||
| ) | ) | ||||
| ▲ Show 20 Lines • Show All 553 Lines • ▼ Show 20 Lines | set(SRC | ||||
| operations/COM_AntiAliasOperation.cc | operations/COM_AntiAliasOperation.cc | ||||
| operations/COM_AntiAliasOperation.h | operations/COM_AntiAliasOperation.h | ||||
| operations/COM_MaskOperation.cc | operations/COM_MaskOperation.cc | ||||
| operations/COM_MaskOperation.h | operations/COM_MaskOperation.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| PRIVATE bf_intern_atomic | |||||
| bf_blenkernel | bf_blenkernel | ||||
| bf_blenlib | bf_blenlib | ||||
| extern_clew | extern_clew | ||||
| ) | ) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ${CMAKE_CURRENT_BINARY_DIR}/operations | ${CMAKE_CURRENT_BINARY_DIR}/operations | ||||
| ) | ) | ||||
| ▲ Show 20 Lines • Show All 76 Lines • Show Last 20 Lines | |||||