Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_file/CMakeLists.txt
| Show All 10 Lines | set(INC | ||||
| ../../gpu | ../../gpu | ||||
| ../../imbuf | ../../imbuf | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../render | ../../render | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/atomic | ../../../../intern/atomic | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| # dna_type_offsets.h | |||||
| ${CMAKE_CURRENT_BINARY_DIR}/../../makesdna/intern | |||||
| # RNA_prototypes.h | # RNA_prototypes.h | ||||
| ${CMAKE_BINARY_DIR}/source/blender/makesrna | ${CMAKE_BINARY_DIR}/source/blender/makesrna | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| asset_catalog_tree_view.cc | asset_catalog_tree_view.cc | ||||
| file_draw.c | file_draw.c | ||||
| file_indexer.cc | file_indexer.cc | ||||
| ▲ Show 20 Lines • Show All 57 Lines • ▼ Show 20 Lines | |||||
| endif() | endif() | ||||
| if(WITH_FREESTYLE) | if(WITH_FREESTYLE) | ||||
| add_definitions(-DWITH_FREESTYLE) | add_definitions(-DWITH_FREESTYLE) | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_editor_space_file "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_space_file "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| # RNA_prototypes.h | # RNA_prototypes.h dna_type_offsets.h | ||||
| add_dependencies(bf_editor_space_file bf_rna) | add_dependencies(bf_editor_space_file bf_rna) | ||||