Add a meson.build to test.h

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-03-18 21:46:23 +00:00
parent 63a0c61f63
commit 7034883fbc
1 changed files with 2 additions and 0 deletions

2
meson.build Normal file
View File

@ -0,0 +1,2 @@
project('test.h', 'c')
test_h_dep = declare_dependency(include_directories: include_directories('.'))