summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-04-08 18:22:58 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-04-08 18:22:58 +0200
commit447c85d3e438bbe30a3e8407a56927ac7c4d233a (patch)
tree7cb17c4c04de79f9e286f8d0acd94bf48cab4ce4 /tests
parentba1238301805d86ed1b4219375c1b26a998b684d (diff)
downloadglibmm-447c85d3e438bbe30a3e8407a56927ac7c4d233a.tar.gz
Meson build: No implicit_include_directories
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 814bce83..dabeb775 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -59,6 +59,7 @@ foreach ex : test_programs
exe_file = executable(ex_name, ex_sources,
cpp_args: ['-DGLIBMM_DISABLE_DEPRECATED', '-DGIOMM_DISABLE_DEPRECATED'],
dependencies: is_multithread ? [mm_dep, thread_dep] : mm_dep,
+ implicit_include_directories: false,
gui_app: false,
build_by_default: true,
install: false,