X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fmaxlik%2Fsrc_CSA%2FCMakeLists.txt;h=82884df5c372a7931898304e8e3b09ea9a41d85e;hb=74bdd704fd49f47c96d95a5a70f37a2e6f46ace9;hp=933c70fdaa96a9ed0abba636e697d74af5cffe3e;hpb=ffd054c36c10fe2229fd5987ea0ab328ef3bbd3a;p=unres.git diff --git a/source/maxlik/src_CSA/CMakeLists.txt b/source/maxlik/src_CSA/CMakeLists.txt index 933c70f..82884df 100644 --- a/source/maxlik/src_CSA/CMakeLists.txt +++ b/source/maxlik/src_CSA/CMakeLists.txt @@ -53,4 +53,8 @@ set(MAXLIK_SRCS ${MAXLIK_SRC0} ) add_executable(MAXLIK ${MAXLIK_SRCS} ) set_target_properties(MAXLIK PROPERTIES OUTPUT_NAME ${MAXLIK_BIN}) +#========================================= +# Install maxlik binary (used by "make install") +#========================================= +install(TARGETS MAXLIK RUNTIME DESTINATION unrespack/bin)