mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-10 04:15:53 +00:00
11 lines
206 B
CMake
11 lines
206 B
CMake
set (COMPS mathmech
|
|
mm_agl
|
|
mm_envir
|
|
mm_radf
|
|
mm_statgen
|
|
mm_trj
|
|
mm_trj2pdb)
|
|
|
|
foreach (COMP ${COMPS})
|
|
add_subdirectory (${COMP})
|
|
endforeach() |