Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 71 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 | ||||
| ${CMAKE_CURRENT_BINARY_DIR} | |||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| dna_defaults.c | |||||
| dna_genfile.c | dna_genfile.c | ||||
| dna_utils.c | dna_utils.c | ||||
| ${CMAKE_CURRENT_BINARY_DIR}/dna.c | ${CMAKE_CURRENT_BINARY_DIR}/dna.c | ||||
| ${CMAKE_CURRENT_BINARY_DIR}/dna_verify.c | ${CMAKE_CURRENT_BINARY_DIR}/dna_verify.c | ||||
| ${SRC_DNA_INC} | ${SRC_DNA_INC} | ||||
| dna_utils.h | dna_utils.h | ||||
| ) | ) | ||||
| Show All 25 Lines | set(SRC | ||||
| ../../blenlib/intern/BLI_ghash.c | ../../blenlib/intern/BLI_ghash.c | ||||
| ../../blenlib/intern/BLI_ghash_utils.c | ../../blenlib/intern/BLI_ghash_utils.c | ||||
| ../../blenlib/intern/BLI_linklist.c | ../../blenlib/intern/BLI_linklist.c | ||||
| ../../blenlib/intern/BLI_memarena.c | ../../blenlib/intern/BLI_memarena.c | ||||
| ../../blenlib/intern/BLI_mempool.c | ../../blenlib/intern/BLI_mempool.c | ||||
| ../../blenlib/intern/endian_switch.c | ../../blenlib/intern/endian_switch.c | ||||
| ../../blenlib/intern/hash_mm2a.c | ../../blenlib/intern/hash_mm2a.c | ||||
| ../../blenlib/intern/listbase.c | ../../blenlib/intern/listbase.c | ||||
| ../DNA_scene_defaults.h | |||||
| ../DNA_view3d_defaults.h | |||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| ) | ) | ||||
| blender_add_lib(bf_dna_blenlib "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_dna_blenlib "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||