Skip to content

Commit 3f6f6f4

Browse files
committed
Meson: Add inc and threadpool_dep variables
1 parent 46dc359 commit 3f6f6f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ threads_dep = dependency('threads')
55
test('Example', executable('example', sources : ['example.cpp'], dependencies : [threads_dep]))
66

77
install_headers('ThreadPool.hpp')
8+
9+
inc = include_directories('.')
10+
threadpool_dep = declare_dependency(include_directories : inc)

0 commit comments

Comments
 (0)