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:
authorJacques Lucke <mail@jlucke.com>2019-06-21 13:53:51 +0300
committerJacques Lucke <mail@jlucke.com>2019-06-21 13:53:51 +0300
commitc9958be7497c8cad0a4cc056832ca45476b51f87 (patch)
treefcdf399a0502d743336bfb6f206c454041bdc5fd /source/blender/simulations/CMakeLists.txt
parent1294a9b5b415d2c22ac2566e62972478c5de65d0 (diff)
initial mesh collision event
Diffstat (limited to 'source/blender/simulations/CMakeLists.txt')
-rw-r--r--source/blender/simulations/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/simulations/CMakeLists.txt b/source/blender/simulations/CMakeLists.txt
index b617ff09214..eca93184e7b 100644
--- a/source/blender/simulations/CMakeLists.txt
+++ b/source/blender/simulations/CMakeLists.txt
@@ -36,6 +36,7 @@ set(SRC
set(LIB
bf_blenlib
+ bf_blenkernel
)
blender_add_lib(bf_simulations "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")