mirror of
https://github.com/yshui/picom.git
synced 2024-10-27 05:24:17 -04:00
c305d67a62
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2 lines
102 B
Meson
2 lines
102 B
Meson
project('test.h', 'c')
|
|
test_h_dep = declare_dependency(include_directories: include_directories('.'))
|