diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-01-27 05:27:25 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-01-27 05:27:25 +0100 |
commit | 2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea (patch) | |
tree | 09cb20c623cc8ecdfbf0b526629afcb60aa15f30 /src/meson.build | |
parent | ea424f096c05a9587ffaa0bc6e5392790a046bd7 (diff) | |
download | ufo-roof-temp-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.tar.gz ufo-roof-temp-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.tar.bz2 ufo-roof-temp-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.tar.xz ufo-roof-temp-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.zip |
Add metadata about buffer plane and sequential number. Provide filter to allow trough only the buffers acquired at the specified detector plane
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 8f3529e..8a03a57 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,6 +1,7 @@ plugins = [ 'roof-read', 'roof-build', + 'roof-plane', ] roof_common_src = [ @@ -15,6 +16,8 @@ roof_plugin_src = { 'roof-build': [ 'ufo-roof-buffer.c', ], + 'roof-plane': [ + ], } # standard plugins |