Skip to content

Commit 0441deb

Browse files
authored
Added installation of lib under /usr/include
Fix #40
1 parent 22f7ce4 commit 0441deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ target_link_libraries(benchmark
9797
libbenchmark_main.a
9898
pthread )
9999

100-
100+
install(FILES include/Graph.hpp DESTINATION /usr/include)

0 commit comments

Comments
 (0)