diff options
| author | allusive-dev <[email protected]> | 2023-09-19 17:47:33 +1000 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-09-19 17:47:33 +1000 |
| commit | a93aba600b1c5d019b680b9f4ff3fa85d5d43a60 (patch) | |
| tree | 77f8152222655657472a70e0bfa413a0495dd555 /subprojects/test.h/meson.build | |
| parent | reset (diff) | |
| download | compfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.tar.xz compfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.zip | |
Fixed broken files/code and other errors
Diffstat (limited to 'subprojects/test.h/meson.build')
| -rw-r--r-- | subprojects/test.h/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subprojects/test.h/meson.build b/subprojects/test.h/meson.build new file mode 100644 index 0000000..042e5d5 --- /dev/null +++ b/subprojects/test.h/meson.build @@ -0,0 +1,2 @@ +project('test.h', 'c') +test_h_dep = declare_dependency(include_directories: include_directories('.')) |