Skip to content

Commit

Permalink
Merge branch 'master' into re-add-mpco-recorder-tcl
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoPetracca committed Oct 28, 2021
2 parents 4093320 + 1c1a4bb commit 842b4d7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions SRC/material/nD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,6 @@ add_subdirectory(reinforcedConcretePlaneStress)
add_subdirectory(UWmaterials)
add_subdirectory(matCMM)
add_subdirectory(stressDensityModel)
add_subdirectory(UANDESmaterials)


18 changes: 18 additions & 0 deletions SRC/material/nD/UANDESmaterials/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#==============================================================================
#
# OpenSees -- Open System For Earthquake Engineering Simulation
# Pacific Earthquake Engineering Research Center
#
#==============================================================================
target_sources(OPS_Material
PRIVATE
SAniSandMS.cpp
SAniSandMS3D.cpp
SAniSandMSPlaneStrain.cpp
PUBLIC
SAniSandMS.h
SAniSandMS3D.h
SAniSandMSPlaneStrain.h
)

target_include_directories(OPS_Material PUBLIC ${CMAKE_CURRENT_LIST_DIR})

0 comments on commit 842b4d7

Please sign in to comment.