diff options
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 |