Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/CMakeLists.txt
| Show First 20 Lines • Show All 172 Lines • ▼ Show 20 Lines | |||||
| # So we can have special tricks in modifier system. | # So we can have special tricks in modifier system. | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| # Some modifiers include BLO_read_write.h, which includes dna_type_offsets.h | # Some modifiers include BLO_read_write.h, which includes dna_type_offsets.h | ||||
| # which is generated by bf_dna. Need to ensure compilaiton order here. | # which is generated by bf_dna. Need to ensure compilaiton order here. | ||||
| # Also needed so we can use dna_type_offsets.h for defaults initialization. | |||||
| add_dependencies(bf_modifiers bf_dna) | add_dependencies(bf_modifiers bf_dna) | ||||