Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 350 Lines • ▼ Show 20 Lines | blender_include_dirs( | ||||
| ../../../../intern/smoke/extern | ../../../../intern/smoke/extern | ||||
| ) | ) | ||||
| blender_include_dirs_sys( | blender_include_dirs_sys( | ||||
| "${GLEW_INCLUDE_PATH}" | "${GLEW_INCLUDE_PATH}" | ||||
| ) | ) | ||||
| add_cc_flags_custom_test(makesrna) | add_cc_flags_custom_test(makesrna) | ||||
| setup_platform_linker_flags() | |||||
| add_executable(makesrna ${SRC} ${SRC_RNA_INC} ${SRC_DNA_INC}) | add_executable(makesrna ${SRC} ${SRC_RNA_INC} ${SRC_DNA_INC}) | ||||
| target_link_libraries(makesrna bf_dna) | target_link_libraries(makesrna bf_dna) | ||||
| target_link_libraries(makesrna bf_dna_blenlib) | target_link_libraries(makesrna bf_dna_blenlib) | ||||
| # Output rna_*_gen.c | # Output rna_*_gen.c | ||||
| # note (linux only): with crashes try add this after COMMAND: valgrind --leak-check=full --track-origins=yes | # note (linux only): with crashes try add this after COMMAND: valgrind --leak-check=full --track-origins=yes | ||||
| Show All 20 Lines | |||||