diff options
| author | allusive-dev <[email protected]> | 2023-11-18 08:21:51 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-18 08:21:51 +1100 |
| commit | be87e3336f7f897db5e089d673d2a288ff783af9 (patch) | |
| tree | e5fbf0a2c3f49e99d0aeddaf510b6ae4ee918e2d /subprojects/test.h/meson.build | |
| parent | update contributors (diff) | |
| download | compfy-1.7.1.tar.xz compfy-1.7.1.zip | |
deprecate sub-projects and testing1.7.1
Diffstat (limited to 'subprojects/test.h/meson.build')
| -rw-r--r-- | subprojects/test.h/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/subprojects/test.h/meson.build b/subprojects/test.h/meson.build deleted file mode 100644 index 042e5d5..0000000 --- a/subprojects/test.h/meson.build +++ /dev/null @@ -1,2 +0,0 @@ -project('test.h', 'c') -test_h_dep = declare_dependency(include_directories: include_directories('.')) |