Vendor test.h

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-08-04 13:49:28 +01:00
parent ddde118c69
commit c305d67a62
4 changed files with 160 additions and 4 deletions

View File

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