diff options
author | 2019-05-22 14:44:00 +0300 | |
---|---|---|
committer | 2019-05-22 14:44:00 +0300 | |
commit | 3703a6f28d48ac3f2c28d07405fab17a2a402df4 (patch) | |
tree | a0e9308a834f75ef17e25c2a64f705ee824d2ffe /src/common/meson.build | |
parent | d9aeb50a22f1a49663151a48c23c32797f983696 (diff) | |
download | usurpation-3703a6f28d48ac3f2c28d07405fab17a2a402df4.tar.gz usurpation-3703a6f28d48ac3f2c28d07405fab17a2a402df4.tar.bz2 usurpation-3703a6f28d48ac3f2c28d07405fab17a2a402df4.zip |
device: actually make it all build and such.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src/common/meson.build')
-rw-r--r-- | src/common/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/meson.build b/src/common/meson.build new file mode 100644 index 0000000..b0f0c82 --- /dev/null +++ b/src/common/meson.build @@ -0,0 +1,4 @@ +common_filenames = [ +] + +common_sources = files(common_filenames) |