Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 69 Lines • ▼ Show 20 Lines | COMMAND | ||||
| ${CMAKE_SOURCE_DIR}/source/blender/makesdna/ | ${CMAKE_SOURCE_DIR}/source/blender/makesdna/ | ||||
| DEPENDS makesdna | DEPENDS makesdna | ||||
| ) | ) | ||||
| # ----------------------------------------------------------------------------- | # ----------------------------------------------------------------------------- | ||||
| # Build bf_dna library | # Build bf_dna library | ||||
| set(INC | set(INC | ||||
| # For "dna_type_offsets.h" (generated file) | |||||
| ${CMAKE_CURRENT_BINARY_DIR} | |||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| dna_utils.c | dna_utils.c | ||||
| dna_defaults.c | |||||
| dna_genfile.c | dna_genfile.c | ||||
| ${CMAKE_CURRENT_BINARY_DIR}/dna.c | ${CMAKE_CURRENT_BINARY_DIR}/dna.c | ||||
| ${SRC_DNA_INC} | ${SRC_DNA_INC} | ||||
| dna_utils.h | dna_utils.h | ||||
| ) | ) | ||||
| set_source_files_properties( | set_source_files_properties( | ||||
| Show All 30 Lines | |||||