diff --git a/CMakeLists.txt b/CMakeLists.txt index 16c69e0..15c45be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,7 @@ target_link_libraries(bmap-writer ${TINYXML2_LIBRARIES} ${LibArchive_LIBRARIES}) # Specify the install rules install(TARGETS bmap-writer DESTINATION bin) +install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/bmap-writer-stream.sh DESTINATION bin RENAME bmap-writer-stream) # Enable testing enable_testing()