Skip to content
Snippets Groups Projects
Commit b4381c29 authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Changing cmake to install mbuf_probe so that it can be put into packages.

mbuf_probe is a useful debug tool that is typically built from source, but could be useful in any FE/daqd system to examine issues.
parent 7d80cac5
No related branches found
No related tags found
1 merge request!83Changing cmake to install mbuf_probe so that it can be put into packages.
......@@ -11,3 +11,5 @@ target_include_directories(mbuf_probe PRIVATE
)
target_link_libraries(mbuf_probe PUBLIC driver::shmem)
target_requires_cpp11(mbuf_probe PRIVATE)
install(TARGETS mbuf_probe DESTINATION BIN)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment