We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d81cb0 commit 634a8f7Copy full SHA for 634a8f7
Demos/Simulation/CMakeLists.txt
@@ -38,6 +38,6 @@ find_package( Eigen3 REQUIRED )
38
include_directories( ${EIGEN3_INCLUDE_DIR} )
39
include_directories(${PROJECT_PATH}/extern/Miniball)
40
41
-
+target_link_libraries(Simulation PositionBasedDynamics)
42
43
0 commit comments