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:
authorover0219 <over0219@umn.edu>2020-06-03 03:53:14 +0300
committerover0219 <over0219@umn.edu>2020-06-03 03:53:14 +0300
commit9ba5c8b90aa6245c569f7e66b0cd472beb59b5a5 (patch)
treedf2c36e90a6f5003b6e02e45b0612cf250575983 /extern/CMakeLists.txt
parent2deb6c51778701135a54c05043a123a715cde938 (diff)
first commit. interfaced to very basic admmpd solver, but requires restart to begin sim as caching not working for velocity. lattice is simply a packed 5-tet cube around mesh.
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 235c2fa931a..7d4023cf52a 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -34,6 +34,7 @@ endif()
add_subdirectory(rangetree)
add_subdirectory(wcwidth)
+add_subdirectory(softbody)
if(WITH_BULLET)
if(NOT WITH_SYSTEM_BULLET)