From be3635006234e51a349bc8ab712850481b062afe Mon Sep 17 00:00:00 2001 From: Christopher Grim Date: Thu, 5 May 2011 10:17:59 -0700 Subject: [PATCH] 'make install' should install bin/bamtools --- src/toolkit/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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") -- 2.39.2