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:
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 3bbb133c72f..883518b7a9d 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -396,8 +396,6 @@ set(LIB
bf_modifiers
bf_nodes
bf_physics
- bf_python
- bf_python_bmesh
bf_rna
bf_shader_fx
)
@@ -503,6 +501,10 @@ if(WITH_PYTHON)
list(APPEND INC
../python
)
+ list(APPEND LIB
+ bf_python
+ bf_python_bmesh
+ )
add_definitions(-DWITH_PYTHON)
if(WITH_PYTHON_SAFETY)