diff --git a/CMakeLists.txt b/CMakeLists.txt index a2d00b3d..09fe0b24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,4 +41,8 @@ INSTALL( TARGETS benchmark ARCHIVE DESTINATION lib LIBRARY DESTINATION lib - COMPONENT library) \ No newline at end of file + COMPONENT library) +INSTALL( + DIRECTORY "${PROJECT_SOURCE_DIR}/include/benchmark" + DESTINATION include + FILES_MATCHING PATTERN "*.*h") \ No newline at end of file