Skip to content

Commit 3b9bc58

Browse files
bakpaulhugtalbot
andauthored
[CMake] Add SoftRobots.Inverse as supported plugin (#5745)
Add SoftRobots.Inverse into CMakeLists and supported-plugins preset Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
1 parent 0f7fb45 commit 3b9bc58

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CMakePresets.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@
143143
"type": "BOOL",
144144
"value": "ON"
145145
},
146+
"SOFA_FETCH_SOFTROBOTS_INVERSE": {
147+
"type": "BOOL",
148+
"value": "ON"
149+
},
150+
"PLUGIN_SOFTROBOTS_INVERSE": {
151+
"type": "BOOL",
152+
"value": "ON"
153+
},
146154
"PLUGIN_SOFTROBOTS_CUDA": {
147155
"type": "BOOL",
148156
"value": "ON"

applications/plugins/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ sofa_add_subdirectory(plugin SofaMatrix SofaMatrix) # Depends on image, CImgPlug
4545
sofa_add_external(plugin BeamAdapter GIT_REF master GIT_REPOSITORY https://www.github.com/sofa-framework/BeamAdapter.git)
4646
sofa_add_external(plugin STLIB GIT_REF master GIT_REPOSITORY https://www.github.com/SofaDefrost/STLIB.git)
4747
sofa_add_external(plugin SoftRobots GIT_REF master GIT_REPOSITORY https://www.github.com/SofaDefrost/SoftRobots.git)
48+
sofa_add_external(plugin SoftRobots.Inverse GIT_REF main GIT_REPOSITORY https://www.github.com/SofaDefrost/SoftRobots.Inverse.git)
4849
sofa_add_external(plugin Cosserat GIT_REF master GIT_REPOSITORY https://www.github.com/SofaDefrost/Cosserat.git) # Cosserat has an optional dependency on SoftRobots
4950
sofa_add_external(plugin CollisionAlgorithm GIT_REF master GIT_REPOSITORY https://forge.icube.unistra.fr/sofa/CollisionAlgorithm.git)
5051
sofa_add_external(plugin ConstraintGeometry GIT_REF master GIT_REPOSITORY https://forge.icube.unistra.fr/sofa/ConstraintGeometry.git)

0 commit comments

Comments
 (0)