Skip to content
Snippets Groups Projects
Commit 0d636285 authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

Poliqarp Cmake installing poliqarp headers to corpus2_policarp

parent 108399ea
No related merge requests found
......@@ -19,4 +19,10 @@ target_link_libraries(c2pqtest poliqarpc2 corpus2_poliqarpreader corpus2 pwrutil
if(UNIX)
install(TARGETS corpus2_poliqarpreader LIBRARY DESTINATION lib)
install(TARGETS c2pqtest RUNTIME DESTINATION bin)
# ${CMAKE_CURRENT_SOURCE_DIR}
install(
DIRECTORY .
DESTINATION include/corpus2_poliqarpreader
FILES_MATCHING PATTERN "*.h"
)
endif(UNIX)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment