Files
moldyn/mathmech/CMakeLists.txt
2013-08-24 23:33:26 +04:00

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()