added "make install" support for: unres (MD, MD-M, MIN) and maxlik
[unres.git] / source / unres / src_MIN / CMakeLists.txt
index 37a2683..dcc86b1 100644 (file)
@@ -33,7 +33,9 @@ set(UNRES_MIN_SRC0
        printmat.f 
        randgens.f 
        readrtns_min.F
+       refsys.f
        rescode.f 
+       refsys.f
        rmdd.f 
        sc_move.F
        sumsld.f 
@@ -217,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 
 #=========================================