X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=source%2Fxdrfpdb%2Fsrc%2FCMakeLists.txt;h=ac5142d3e5d288a0728dc7002cc343ef57ce1c2c;hb=52166346a9daa454a65b719c708cbcd6fe96da34;hp=fbe654cff04e348cfaa56188e792dab99850f5d1;hpb=14d40b7f9fc1a5f4dd3323fcff7334a36c8751b7;p=unres.git diff --git a/source/xdrfpdb/src/CMakeLists.txt b/source/xdrfpdb/src/CMakeLists.txt index fbe654c..ac5142d 100644 --- a/source/xdrfpdb/src/CMakeLists.txt +++ b/source/xdrfpdb/src/CMakeLists.txt @@ -71,7 +71,7 @@ set_property(SOURCE ${UNRES_XDRF_PP_SRC} PROPERTY COMPILE_DEFINITIONS ${CPPFLAGS #========================================= -# Build the binaries +# Build the binaries (used by "make") #========================================= add_executable(xdrf2pdb ${UNRES_XDRF_XDRF2PDB_SRC} ) target_link_libraries( xdrf2pdb xdrf ) @@ -87,7 +87,15 @@ target_link_libraries( xdrf2ang xdrf ) #========================================= -# TESTS +# INSTALL (used by "make install") +#========================================= +install(TARGETS xdrf2pdb RUNTIME DESTINATION unrespack/bin) +install(TARGETS xdrf2pdb-m RUNTIME DESTINATION unrespack/bin) +install(TARGETS xdrf2x RUNTIME DESTINATION unrespack/bin) +install(TARGETS xdrf2ang RUNTIME DESTINATION unrespack/bin) + +#========================================= +# TESTS (used by "ctest") #=========================================