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-04-16 07:18:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-16 07:20:52 +0300
commit5498e7f193e2399b8693ef17803f864103307b4b (patch)
treec72b53e0d0f3fe1e5f4706c207917a7cbcaa18d7 /source/blender/makesrna/intern/CMakeLists.txt
parent813e470eac309a78d1f8cdc4a3abb0314b0ee5f3 (diff)
CMake: add library deps to CMakeLists.txt
Tested to work on Linux and macOS. This will be enabled once all platforms are verified. See D4684
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 8521e06c328..81ea7c03b86 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -373,6 +373,23 @@ set(SRC
)
set(LIB
+ bf_editor_armature
+ bf_editor_curve
+ bf_editor_gizmo_library
+ bf_editor_gpencil
+ 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_transform
)
add_definitions(${GL_DEFINITIONS})