Introduction of dyn_ss and triss to cluster
[unres.git] / source / cluster / wham / src-M / CMakeLists.txt
index 2ce99e2..395c007 100644 (file)
@@ -41,6 +41,7 @@ set(UNRES_CLUSTER_WHAM_M_SRC0
        track.F
        wrtclust.f
        work_partition.F
+        ssMD.F
 )
 
 set(UNRES_CLUSTER_WHAM_M_PP_SRC
@@ -138,7 +139,8 @@ set_property(SOURCE proc_proc.c PROPERTY COMPILE_DEFINITIONS "LINUX -DPGI" )
 #========================================
 #  Setting binary name
 #========================================
-set(UNRES_CLUSTER_WHAM_M_BIN "cluster_wham-M_${Fortran_COMPILER_NAME}.exe")
+set(UNRES_CLUSTER_WHAM_M_BIN
+"cluster_wham-M_${Fortran_COMPILER_NAME}_${UNRES_MD_FF}.exe")
 
 #=========================================
 # Set full unres CLUSTER sources
@@ -166,5 +168,5 @@ target_link_libraries( UNRES_CLUSTER_WHAM_M_BIN xdrf )
 #=========================================
 # Install Path
 #=========================================
-install(TARGETS UNRES_CLUSTER_WHAM_M_BIN DESTINATION ${CMAKE_INSTALL_PREFIX})
+install(TARGETS UNRES_CLUSTER_WHAM_M_BIN DESTINATION ${CMAKE_INSTALL_PREFIX}/cluster)