summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2021-12-02 17:32:45 +0100
committerCorentin Noël <tintou@noel.tf>2022-04-09 00:43:08 +0200
commitcf38035ed9b881d198c0fe740bc493d30b30149c (patch)
tree9652bf7a299facbab7b25c4e5e82cf3bf87863d4 /meson.build
parente2e875b500106aab85e1371298162dd084494652 (diff)
downloadgcr-cf38035ed9b881d198c0fe740bc493d30b30149c.tar.gz
tools: Move gcr-promper and gcr-viewer into their own directory
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 1fb2e58..c6607b5 100644
--- a/meson.build
+++ b/meson.build
@@ -107,6 +107,7 @@ subdir('schema')
if get_option('gtk')
subdir('gcr-gtk3')
endif
+subdir('tools')
if get_option('gtk_doc')
if not get_option('introspection')
error('Can\'t generate docs without introspection enabled!')