Skip to content

Commit

Permalink
Install test_tracetools_mark_process (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard authored Apr 14, 2024
1 parent 02d23c6 commit 863e61b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test_tracetools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ if(BUILD_TESTING)
DIRECTORY include/
DESTINATION include/${PROJECT_NAME}
)
install(
TARGETS ${PROJECT_NAME}_mark_process
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
RUNTIME DESTINATION bin
)

add_executable(test_publisher
src/test_publisher.cpp
Expand Down

0 comments on commit 863e61b

Please sign in to comment.