From: Christopher Grim Date: Thu, 5 May 2011 17:17:59 +0000 (-0700) Subject: 'make install' should install bin/bamtools X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=be3635006234e51a349bc8ab712850481b062afe;p=bamtools.git 'make install' should install bin/bamtools --- diff --git a/src/toolkit/CMakeLists.txt b/src/toolkit/CMakeLists.txt index d0e75a8..501e913 100644 --- a/src/toolkit/CMakeLists.txt +++ b/src/toolkit/CMakeLists.txt @@ -38,3 +38,5 @@ configure_file(bamtools_version.h.in ${BamTools_SOURCE_DIR}/src/toolkit/bamtools # define libraries to link target_link_libraries ( bamtools BamTools BamTools-utils jsoncpp ) +# set application install destinations +install( TARGETS bamtools DESTINATION "bin")