diff options
Diffstat (limited to 'test cases/common/69 configure file in custom target/meson.build')
-rw-r--r-- | test cases/common/69 configure file in custom target/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/common/69 configure file in custom target/meson.build b/test cases/common/69 configure file in custom target/meson.build new file mode 100644 index 0000000..562013d --- /dev/null +++ b/test cases/common/69 configure file in custom target/meson.build @@ -0,0 +1,4 @@ +project('conf file in custom target') + +subdir('inc') +subdir('src') |