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 8645f3b commit 2572981Copy full SHA for 2572981
1 file changed
CMakeLists.txt
@@ -33,6 +33,8 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}/ignored")
33
#include_directories("${CMAKE_CURRENT_SOURCE_DIR}/deprecated")
34
35
find_package(CollisionAlgorithm REQUIRED)
36
+find_package(Sofa.Component.StateContainer REQUIRED)
37
+find_package(Sofa.Component.Constraint.Lagrangian.Solver REQUIRED)
38
39
set_source_files_properties(${IGNORED_FILES} PROPERTIES HEADER_FILE_ONLY TRUE)
40
0 commit comments