X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=e80732e24c79252f075a33872621940f95e32991;hb=c584744164f73d7d4d0bc17dba2cc3a9dbd831d0;hp=699a92a3c2036854a487530d7a00e38c5d3bad76;hpb=3202fdd757bd7cca74f00468f381e5005a93f698;p=unres.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 699a92a..e80732e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,6 +133,7 @@ option(UNRES_WITH_MPI "Choose whether or not to use MPI library" ON ) # Piasek cluster devel stuff option(UNRES_NA_MMCE "Kompilujemy na mmmce?" OFF ) +option(UNRES_DFA "Choose whether or not to use DFA" OFF ) #================================= # MPI stuff @@ -211,5 +212,6 @@ else() add_subdirectory(source/cluster/unres/src) add_subdirectory(source/xdrfpdb/src) add_subdirectory(source/xdrfpdb/src-M) + add_subdirectory(source/unres-dock) endif(UNRES_NA_MMCE)