[Bf-blender-cvs] [6f6f6ee1869] master: Fix missing "extern_bullet" library when building rigidbodies

Sebastian Parborg noreply at git.blender.org
Wed Sep 2 19:44:33 CEST 2020


Commit: 6f6f6ee18695dad66ad8aa0eb2bcab72501df597
Author: Sebastian Parborg
Date:   Wed Sep 2 19:43:03 2020 +0200
Branches: master
https://developer.blender.org/rB6f6f6ee18695dad66ad8aa0eb2bcab72501df597

Fix missing "extern_bullet" library when building rigidbodies

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

M	intern/rigidbody/CMakeLists.txt

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

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}
 )



More information about the Bf-blender-cvs mailing list