Commit 22f436ea by David Coeurjolly

Missing includes in install target

parent cbcf159b
...@@ -41,4 +41,8 @@ INSTALL( ...@@ -41,4 +41,8 @@ INSTALL(
TARGETS benchmark TARGETS benchmark
ARCHIVE DESTINATION lib ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib LIBRARY DESTINATION lib
COMPONENT library) COMPONENT library)
\ No newline at end of file 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