Skip to content
Snippets Groups Projects
Commit 83683fc8 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

STYLE: Place all dynamicalModel related into separate folder

Place all dynamicalModel related into separate folder.
SceneElements now has just the tangable and intangable objects.
parent b646b28c
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 0 deletions
......@@ -7,6 +7,7 @@ imstk_add_library( Constraint
Core
Geometry
SceneElements
DynamicalModels
)
#-----------------------------------------------------------------------------
......
#-----------------------------------------------------------------------------
# Create target
#-----------------------------------------------------------------------------
include(imstkAddLibrary)
imstk_add_library( DynamicalModels
DEPENDS
Core
Geometry
Constraint
TimeIntegrators
Solvers
VegaFEM::massSpringSystem
VegaFEM::corotationalLinearFEM
VegaFEM::isotropicHyperelasticFEM
VegaFEM::forceModel
VegaFEM::stvk
VegaFEM::graph
VegaFEM::volumetricMesh
)
#-----------------------------------------------------------------------------
# Testing
#-----------------------------------------------------------------------------
if( iMSTK_BUILD_TESTING )
add_subdirectory( Testing )
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment