1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-11 13:51:02 -05:00
picom/meson.build
Yuxuan Shui 7034883fbc Add a meson.build to test.h
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2019-03-18 21:46:23 +00:00

2 lines
102 B
Meson

project('test.h', 'c')
test_h_dep = declare_dependency(include_directories: include_directories('.'))