Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-07 14:08:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-07 14:08:47 +0300
commit7ad97b04b7faf4640d953b8c6066b88b9154ba89 (patch)
tree74df18f130f6797b533cc82946ef2e90afa0570b /source/blender/makesdna/intern
parent841c50b5e240e1bb2412dccbf559684105f4056e (diff)
cmake: share the DNA_*.h list definition between makesrna and makesdna
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/CMakeLists.txt60
1 files changed, 1 insertions, 59 deletions
diff --git a/source/blender/makesdna/intern/CMakeLists.txt b/source/blender/makesdna/intern/CMakeLists.txt
index 55a6a3c0879..ba9e7d30e80 100644
--- a/source/blender/makesdna/intern/CMakeLists.txt
+++ b/source/blender/makesdna/intern/CMakeLists.txt
@@ -44,65 +44,7 @@ if(WIN32 AND NOT UNIX)
)
endif()
-set(SRC_DNA_INC
- ../DNA_ID.h
- ../DNA_action_types.h
- ../DNA_actuator_types.h
- ../DNA_anim_types.h
- ../DNA_armature_types.h
- ../DNA_boid_types.h
- ../DNA_brush_types.h
- ../DNA_camera_types.h
- ../DNA_cloth_types.h
- ../DNA_color_types.h
- ../DNA_constraint_types.h
- ../DNA_controller_types.h
- ../DNA_curve_types.h
- ../DNA_customdata_types.h
- ../DNA_documentation.h
- ../DNA_effect_types.h
- ../DNA_fileglobal_types.h
- ../DNA_genfile.h
- ../DNA_gpencil_types.h
- ../DNA_group_types.h
- ../DNA_image_types.h
- ../DNA_ipo_types.h
- ../DNA_key_types.h
- ../DNA_lamp_types.h
- ../DNA_lattice_types.h
- ../DNA_listBase.h
- ../DNA_material_types.h
- ../DNA_mesh_types.h
- ../DNA_meshdata_types.h
- ../DNA_meta_types.h
- ../DNA_modifier_types.h
- ../DNA_nla_types.h
- ../DNA_node_types.h
- ../DNA_object_fluidsim.h
- ../DNA_object_force.h
- ../DNA_object_types.h
- ../DNA_outliner_types.h
- ../DNA_packedFile_types.h
- ../DNA_particle_types.h
- ../DNA_property_types.h
- ../DNA_scene_types.h
- ../DNA_screen_types.h
- ../DNA_sdna_types.h
- ../DNA_sensor_types.h
- ../DNA_sequence_types.h
- ../DNA_smoke_types.h
- ../DNA_sound_types.h
- ../DNA_space_types.h
- ../DNA_text_types.h
- ../DNA_texture_types.h
- ../DNA_userdef_types.h
- ../DNA_vec_types.h
- ../DNA_vfont_types.h
- ../DNA_view2d_types.h
- ../DNA_view3d_types.h
- ../DNA_windowmanager_types.h
- ../DNA_world_types.h
-)
+# SRC_DNA_INC is defined in the parent dir
add_executable(makesdna ${SRC} ${SRC_DNA_INC})