Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | set(SRC | ||||
| ../../blenlib/intern/BLI_mempool.c | ../../blenlib/intern/BLI_mempool.c | ||||
| ../../blenlib/intern/hash_mm2a.c # needed by 'BLI_ghash_utils.c', not used directly. | ../../blenlib/intern/hash_mm2a.c # needed by 'BLI_ghash_utils.c', not used directly. | ||||
| ../../../../intern/guardedalloc/intern/leak_detector.cc | ../../../../intern/guardedalloc/intern/leak_detector.cc | ||||
| ../../../../intern/guardedalloc/intern/mallocn.c | ../../../../intern/guardedalloc/intern/mallocn.c | ||||
| ../../../../intern/guardedalloc/intern/mallocn_guarded_impl.c | ../../../../intern/guardedalloc/intern/mallocn_guarded_impl.c | ||||
| ../../../../intern/guardedalloc/intern/mallocn_lockfree_impl.c | ../../../../intern/guardedalloc/intern/mallocn_lockfree_impl.c | ||||
| ) | ) | ||||
| if(WIN32 AND NOT UNIX) | |||||
| list(APPEND SRC | |||||
| ../../../../intern/guardedalloc/intern/mmap_win.c | |||||
| ) | |||||
| endif() | |||||
| # SRC_DNA_INC is defined in the parent dir | # SRC_DNA_INC is defined in the parent dir | ||||
| add_cc_flags_custom_test(makesdna) | add_cc_flags_custom_test(makesdna) | ||||
| add_executable(makesdna ${SRC} ${SRC_DNA_INC}) | add_executable(makesdna ${SRC} ${SRC_DNA_INC}) | ||||
| setup_platform_linker_flags(makesdna) | setup_platform_linker_flags(makesdna) | ||||
| if(WIN32 AND NOT UNIX) | if(WIN32 AND NOT UNIX) | ||||
| ▲ Show 20 Lines • Show All 115 Lines • Show Last 20 Lines | |||||