added "make install" support for: unres (MD, MD-M, MIN) and maxlik
[unres.git] / source / unres / src_MD-M / CMakeLists.txt
index 1f40e66..763301c 100644 (file)
@@ -333,6 +333,12 @@ endif(UNRES_WITH_MPI)
 target_link_libraries( UNRES_BIN-MD-M xdrf )
 
 #=========================================
+# INSTALL
+#=========================================
+
+install(TARGETS UNRES_BIN-MD-M RUNTIME DESTINATION unrespack/bin)
+
+#=========================================
 # TESTS 
 #=========================================