Commit 22f436ea by David Coeurjolly

Missing includes in install target

parent cbcf159b
......@@ -42,3 +42,7 @@ INSTALL(
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
COMPONENT library)
INSTALL(
DIRECTORY "${PROJECT_SOURCE_DIR}/include/benchmark"
DESTINATION include
FILES_MATCHING PATTERN "*.*h")
\ No newline at end of file
Markdown is supported
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