X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=5f701f7de6fb50b4a8a0681bb460c6dcc0a27d5b;hb=4cdbe16c62fbeeb91a07abe800e1a305ad3a8a90;hp=68e0eaebffd3b12deff57718a6801b26a513d1dc;hpb=a087f0058604ec2af787f4784363082c35959006;p=unres.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 68e0eae..5f701f7 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)