Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | if(WIN32 AND NOT UNIX) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| ../../../../intern/guardedalloc/intern/mmap_win.c | ../../../../intern/guardedalloc/intern/mmap_win.c | ||||
| ) | ) | ||||
| endif() | 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) | ||||
| setup_platform_linker_flags() | |||||
| add_executable(makesdna ${SRC} ${SRC_DNA_INC}) | add_executable(makesdna ${SRC} ${SRC_DNA_INC}) | ||||
| # Output dna.c | # Output dna.c | ||||
| add_custom_command( | add_custom_command( | ||||
| OUTPUT | OUTPUT | ||||
| ${CMAKE_CURRENT_BINARY_DIR}/dna.c | ${CMAKE_CURRENT_BINARY_DIR}/dna.c | ||||
| ${CMAKE_CURRENT_BINARY_DIR}/dna_type_offsets.h | ${CMAKE_CURRENT_BINARY_DIR}/dna_type_offsets.h | ||||
| ▲ Show 20 Lines • Show All 54 Lines • Show Last 20 Lines | |||||