X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=b3b160f5ad9fa36caa68b40657effe46c6d27b33;hb=8635adbf67a7c088e947a28775f769b561410091;hp=4ecd514e67547664908401494ea8f5b2a8d88965;hpb=656ee3d88bc976ae9f7830160a393e72ee33aa48;p=unres.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ecd514..b3b160f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,6 +210,7 @@ if(UNRES_NA_MMCE) add_subdirectory(source/unres/src_MD) add_subdirectory(source/unres/src_MD-M) add_subdirectory(source/unres/src_CSA) + add_subdirectory(source/unres/src_CSA_DiL) add_subdirectory(source/cluster/wham/src) add_subdirectory(source/cluster/wham/src-M) endif (Fortran_COMPILER_NAME STREQUAL "ifort") @@ -229,6 +230,7 @@ else() if(UNRES_WITH_MPI) add_subdirectory(source/unres/src_MD-M) add_subdirectory(source/unres/src_CSA) + add_subdirectory(source/unres/src_CSA_DiL) add_subdirectory(source/wham/src) add_subdirectory(source/wham/src-M) add_subdirectory(source/cluster/wham/src)