diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build index a84729c..a0df352 100644 --- a/meson.build +++ b/meson.build @@ -470,6 +470,11 @@ endif # Tests and Examples # ###################### +if not get_option('tests').disabled() or not get_option('examples').disabled() + puglutil = subproject('puglutil') + puglutil_dep = puglutil.get_variable('puglutil_dep') +endif + if not get_option('tests').disabled() subdir('test') endif |