mirror of
https://github.com/google/benchmark.git
synced 2025-02-26 03:10:11 +08:00
Missing includes in install target
This commit is contained in:
parent
cbcf159bf2
commit
22f436ea84
@ -41,4 +41,8 @@ INSTALL(
|
||||
TARGETS benchmark
|
||||
ARCHIVE DESTINATION lib
|
||||
LIBRARY DESTINATION lib
|
||||
COMPONENT library)
|
||||
COMPONENT library)
|
||||
INSTALL(
|
||||
DIRECTORY "${PROJECT_SOURCE_DIR}/include/benchmark"
|
||||
DESTINATION include
|
||||
FILES_MATCHING PATTERN "*.*h")
|
Loading…
Reference in New Issue
Block a user