added "make install" support for: unres (MD, MD-M, MIN) and maxlik
[unres.git] / source / unres / src_MIN / CMakeLists.txt
index 0ebc88f..dcc86b1 100644 (file)
@@ -35,6 +35,7 @@ set(UNRES_MIN_SRC0
        readrtns_min.F
        refsys.f
        rescode.f 
+       refsys.f
        rmdd.f 
        sc_move.F
        sumsld.f 
@@ -218,6 +219,12 @@ endif (Fortran_COMPILER_NAME STREQUAL "ifort")
 #set_property(TARGET ${UNRES_BIN} PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin/unres/MD )
 
 #=========================================
+# INSTALL 
+#=========================================
+
+install(TARGETS UNRES_BIN-MIN RUNTIME DESTINATION unrespack/bin)
+
+#=========================================
 # TESTS 
 #=========================================