Install example source in docdir/examples

This commit is contained in:
Matthew Barr 2017-03-20 10:00:51 +11:00
parent ce50ff6119
commit fadfab6d8c

View File

@ -22,3 +22,6 @@ set_source_files_properties(patbench.cc PROPERTIES COMPILE_FLAGS
"-Wall -Wno-unused-parameter")
target_link_libraries(patbench hs pcap)
endif()
install(FILES simplegrep.c pcapscan.cc patbench.cc README.md
DESTINATION ${CMAKE_INSTALL_DOCDIR}/examples)