X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD%2FCMakeLists.txt;h=a228d16977406f47ac5db36d10a925b420beb3ac;hb=59be9794bde14291abe01fcdc62da623d4463042;hp=0cec201ea6de0049304a51d823195cfd47fe8c10;hpb=fee3e9e4771d098bd9d7b6c3a7b91f0e42cea2c6;p=unres.git diff --git a/source/unres/src_MD/CMakeLists.txt b/source/unres/src_MD/CMakeLists.txt index 0cec201..a228d16 100644 --- a/source/unres/src_MD/CMakeLists.txt +++ b/source/unres/src_MD/CMakeLists.txt @@ -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