Skip to content

Commit

Permalink
cmake: add install
Browse files Browse the repository at this point in the history
  • Loading branch information
embetrix committed Nov 20, 2024
1 parent 8096f26 commit 782ac65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ add_executable(bmap-writer bmap-writer.cpp)
# Link the libraries
target_link_libraries(bmap-writer ${LIBXML2_LIBRARIES} ${OPENSSL_LIBRARIES} ${ZLIB_LIBRARIES} ${LIBLZMA_LIBRARIES})

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

# Enable testing
enable_testing()
add_test(NAME bmap-writer-test COMMAND ./bmap-writer-test.sh)
Expand Down

0 comments on commit 782ac65

Please sign in to comment.