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

Merge branch 'install_mbuf_probe' into 'master'

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

See merge request cds/advligorts!83
parents 7d80cac5 b4381c29
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