X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=584d1d7fe9c13f215a33596e1ac4e7918cb69b6c;hb=HEAD;hp=c3fb048b0aebb30d4a110f9479663473ba2e2a73;hpb=513f5fb9e31afc4a12d8ae2d113f7677ef057892;p=unres4.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c3fb048..584d1d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,6 +165,10 @@ message("Detected ${architektura}-bit architecture") #======================================= +# order is important +# the most independent ones should go first + add_subdirectory(source/xdrf) add_subdirectory(source/unres) - +add_subdirectory(source/wham) +add_subdirectory(source/cluster)