[Bf-blender-cvs] [9b54025] soc-2014-fluid: Manta python module imported correctly

Roman Pogribnyi noreply at git.blender.org
Fri Oct 24 17:45:45 CEST 2014


Commit: 9b540251914a4f2f14af0060e8f2a6bb3f7baf14
Author: Roman Pogribnyi
Date:   Fri Oct 24 12:33:19 2014 +0200
Branches: soc-2014-fluid
https://developer.blender.org/rB9b540251914a4f2f14af0060e8f2a6bb3f7baf14

Manta python module imported correctly

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index c2f6ec5..9ccd3ab 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -958,6 +958,12 @@ add_dependencies(blender makesdna)
 
 setup_blender_sorted_libs()
 
+# -----------------------------------------------------------------------------
+# Mantaflow Force linking
+SET(MANTA_LINK_LIBRARIES -rdynamic -Wl,-force_load bf_python_manta) 
+message("Connecting:" bf_python_manta)
+target_link_libraries(blender ${MANTA_LINK_LIBRARIES})
+
 target_link_libraries(blender ${BLENDER_SORTED_LIBS})
 
 setup_liblinks(blender)




More information about the Bf-blender-cvs mailing list