mirror of
https://github.com/yshui/picom.git
synced 2025-03-03 16:14:36 -05:00
2 lines
102 B
Meson
2 lines
102 B
Meson
project('test.h', 'c')
|
|
test_h_dep = declare_dependency(include_directories: include_directories('.'))
|