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:
authorRoman Pogribnyi <pogribnyi@gmail.com>2014-07-02 13:50:03 +0400
committerRoman Pogribnyi <pogribnyi@gmail.com>2014-07-02 13:50:03 +0400
commit37613a8cbae0e946a4cc5a8885f819ab3551f604 (patch)
tree462fc55b6896088248ca1a0ac9fd0da205d373fe /source/creator
parentf47b7784cfd712ac4ff2af15fc6debd242ae7382 (diff)
*FAULTY* code, big commit: manta files, Cmake and Scons integration. Started work on full-cycle fluids
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a7a3d602c95..804eaa061bb 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1048,6 +1048,7 @@ endif()
extern_rangetree
extern_wcwidth
extern_libmv
+ extern_manta
)
if(WITH_COMPOSITOR)
@@ -1120,6 +1121,11 @@ endif()
list_insert_after(BLENDER_SORTED_LIBS "ge_logic_ngnetwork" "extern_bullet")
endif()
+# if(WITH_MOD_MANTA)
+# list(APPEND BLENDER_SORTED_LIBS extern_manta)
+# #list(APPEND BLENDER_LINK_LIBS extern_manta)
+# endif()
+
foreach(SORTLIB ${BLENDER_SORTED_LIBS})
set(REMLIB ${SORTLIB})
foreach(SEARCHLIB ${BLENDER_LINK_LIBS})