Skip to content

Commit ed1fd0b

Browse files
committed
Install correct header
1 parent 71b828b commit ed1fd0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gcc:
66
- meson build
77
- ninja -C build
88
- ./build/example
9+
- ninja -C build install
910

1011
clang:
1112
image: fedora:27

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ threads_dep = dependency('threads')
44

55
executable('example', sources : ['example.cpp'], dependencies : [threads_dep])
66

7-
install_headers('ThreadPool.h')
7+
install_headers('ThreadPool.hpp')

0 commit comments

Comments
 (0)