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:
authorSebastian Parborg <darkdefende@gmail.com>2020-09-02 20:43:03 +0300
committerSebastian Parborg <darkdefende@gmail.com>2020-09-02 20:44:29 +0300
commit6f6f6ee18695dad66ad8aa0eb2bcab72501df597 (patch)
treef873724ffb07389ca9f12bf679aa06ad5f0f88ed /intern/rigidbody
parentf5e55c33378b96e614710006121860eb880e6820 (diff)
Fix missing "extern_bullet" library when building rigidbodies
Diffstat (limited to 'intern/rigidbody')
-rw-r--r--intern/rigidbody/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/rigidbody/CMakeLists.txt b/intern/rigidbody/CMakeLists.txt
index 91cfc312bd2..f619161b630 100644
--- a/intern/rigidbody/CMakeLists.txt
+++ b/intern/rigidbody/CMakeLists.txt
@@ -37,6 +37,7 @@ set(SRC
)
set(LIB
+ extern_bullet
${BULLET_LIBRARIES}
)