X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmaxlik%2Fsrc_CSA%2FCMakeLists.txt;h=82884df5c372a7931898304e8e3b09ea9a41d85e;hb=52166346a9daa454a65b719c708cbcd6fe96da34;hp=933c70fdaa96a9ed0abba636e697d74af5cffe3e;hpb=14d40b7f9fc1a5f4dd3323fcff7334a36c8751b7;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)