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>2019-11-25 07:45:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-25 07:45:49 +0300
commitbb0708a483f5058f228b2b15f4801467ebddde9d (patch)
tree3cc0c6e2682f7d7ecd7b05328f60ec33e6205125 /source/blender/makesrna/intern/CMakeLists.txt
parentb2d940250c73e055a2eb82f51ac7d2e352623995 (diff)
CMake: support building without Python
Resolve linking issues, warnings.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 42569ec5fa1..f3ade54d5ec 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -386,23 +386,23 @@ set(SRC
set(LIB
bf_dna
+ bf_editor_space_api
+
+ bf_editor_animation
bf_editor_armature
bf_editor_curve
bf_editor_gizmo_library
bf_editor_gpencil
+ bf_editor_io
bf_editor_mesh
bf_editor_object
bf_editor_physics
bf_editor_render
bf_editor_scene
bf_editor_sculpt_paint
- bf_editor_space_clip
- bf_editor_space_file
- bf_editor_space_image
- bf_editor_space_info
- bf_editor_space_node
- bf_editor_space_view3d
+ bf_editor_sound
bf_editor_transform
+ bf_editor_undo
)
add_definitions(${GL_DEFINITIONS})