Skip to content

Commit

Permalink
cmake: add installation of bmap-writer-stream.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
embetrix committed Jan 30, 2025
1 parent d89d2fd commit 5c84fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ target_link_libraries(bmap-writer ${TINYXML2_LIBRARIES} ${LibArchive_LIBRARIES})

# Specify the install rules
install(TARGETS bmap-writer DESTINATION bin)
install(TARGETS bmap-writer-stream.sh DESTINATION bin)

# Enable testing
enable_testing()
Expand Down

0 comments on commit 5c84fe6

Please sign in to comment.