Skip to content

Commit

Permalink
[SofaMiscCollision] Move back to modules (instead of applications/plu…
Browse files Browse the repository at this point in the history
…gins) (sofa-framework#2127)

* move back sofamisccollision into the modules dir (instead of app/plugins)

* add miscollis to componentall

* Update CMakeLists.txt
  • Loading branch information
fredroy authored and hugtalbot committed Jun 14, 2021
1 parent ca7ff65 commit b55fcf9
Show file tree
Hide file tree
Showing 45 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions applications/collections/SofaComponentAll/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ set(SOFACOMPONENTALL_MODULES
SofaNonUniformFem

# SofaMisc
SofaMiscCollision
SofaMiscEngine
SofaMiscExtra
SofaMiscFem
Expand Down
1 change: 0 additions & 1 deletion applications/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sofa_add_subdirectory_external(SofaHighOrder SofaHighOrder)
sofa_add_plugin(CImgPlugin CImgPlugin ON) # ON by default and first as it is used by other plugins.
sofa_add_plugin(SofaEulerianFluid SofaEulerianFluid)
sofa_add_plugin(SofaSphFluid SofaSphFluid)
sofa_add_plugin(SofaMiscCollision SofaMiscCollision ON) # Contains DefaultCollisionGroupManager
sofa_add_plugin(SofaDistanceGrid SofaDistanceGrid) # Depends on SofaMiscCollision
sofa_add_plugin(SofaImplicitField SofaImplicitField)
sofa_add_plugin(MultiThreading MultiThreading)
Expand Down
1 change: 1 addition & 0 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ sofa_add_plugin(SofaMiscEngine SofaMiscEngine ON)
sofa_add_plugin(SofaMiscSolver SofaMiscSolver ON)
sofa_add_plugin(SofaMiscFem SofaMiscFem ON)
sofa_add_plugin(SofaMiscMapping SofaMiscMapping ON)
sofa_add_plugin(SofaMiscCollision SofaMiscCollision ON)
File renamed without changes.

0 comments on commit b55fcf9

Please sign in to comment.