Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 62 Lines • ▼ Show 20 Lines | set(DEFSRC | ||||
| rna_nla.c | rna_nla.c | ||||
| rna_nodetree.c | rna_nodetree.c | ||||
| rna_object.c | rna_object.c | ||||
| rna_object_force.c | rna_object_force.c | ||||
| rna_packedfile.c | rna_packedfile.c | ||||
| rna_palette.c | rna_palette.c | ||||
| rna_particle.c | rna_particle.c | ||||
| rna_pose.c | rna_pose.c | ||||
| rna_profile.c | |||||
| rna_render.c | rna_render.c | ||||
| rna_rigidbody.c | rna_rigidbody.c | ||||
| rna_rna.c | rna_rna.c | ||||
| rna_scene.c | rna_scene.c | ||||
| rna_screen.c | rna_screen.c | ||||
| rna_sculpt_paint.c | rna_sculpt_paint.c | ||||
| rna_sequencer.c | rna_sequencer.c | ||||
| rna_shader_fx.c | rna_shader_fx.c | ||||
| ▲ Show 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | set(SRC | ||||
| rna_define.c | rna_define.c | ||||
| ${DEFSRC} | ${DEFSRC} | ||||
| ${APISRC} | ${APISRC} | ||||
| ../../../../intern/clog/clog.c | ../../../../intern/clog/clog.c | ||||
| ../../../../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 | ||||
| ../../../../intern/guardedalloc/intern/mmap_win.c | ../../../../intern/guardedalloc/intern/mmap_win.c | ||||
| # Needed for defaults. | |||||
| ../../../../release/datafiles/userdef/userdef_default.c | |||||
| ../../../../release/datafiles/userdef/userdef_default_theme.c | |||||
| ) | ) | ||||
| set(INC | set(INC | ||||
| ../../../../intern/clog | ../../../../intern/clog | ||||
| # Needed for defaults forward declarations. | |||||
| ../../../blender/blenloader | |||||
| ${CMAKE_BINARY_DIR}/source/blender/makesdna/intern | |||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ) | ) | ||||
| if(WITH_CYCLES) | if(WITH_CYCLES) | ||||
| add_definitions(-DWITH_CYCLES) | add_definitions(-DWITH_CYCLES) | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||