DAMASK_EICMD/code/porosity/CMakeLists.txt

10 lines
196 B
CMake
Raw Normal View History

# group sources
set (POROSITY "porosity_none"
"porosity_phasefield"
)
# compile porosity modules
foreach (p ${POROSITY})
add_library (${p} MODULE "${p}.f90")
endforeach (p)