ctest unres
[unres.git] / source / unres / src_MD / CMakeLists.txt
index 0cec201..a228d16 100644 (file)
@@ -72,6 +72,7 @@ set(UNRES_MD_SRC0
        rmsd.F 
        sc_move.F 
        sort.f 
+       ssMD.F
        stochfric.F 
        sumsld.f 
        surfatom.f 
@@ -79,7 +80,6 @@ set(UNRES_MD_SRC0
        timing.F
        thread.F 
        unres.F
-       ssMD.F
 )
 
 set(UNRES_MD_SRC3 
@@ -122,6 +122,7 @@ set(UNRES_MD_PP_SRC
        regularize.F 
        rmsd.F 
        sc_move.F 
+       ssMD.F
        stochfric.F 
        test.F 
        thread.F 
@@ -301,7 +302,7 @@ target_link_libraries( UNRES_BIN-MD xdrf )
 #=========================================
 # Install Path
 #=========================================
-install(TARGETS UNRES_BIN-MD DESTINATION ${CMAKE_INSTALL_PREFIX}) 
+install(TARGETS UNRES_BIN-MD DESTINATION ${CMAKE_INSTALL_PREFIX}/unres/MD) 
 
 #=========================================
 # TESTS