mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix compilation of c++ test: cpp_args
The correct meson argument for c++ is cpp_args. Remove unnecessary(?) "-Idummy-headers" - breaks build
This commit is contained in:
parent
bd7b29a6c4
commit
12d591178e
@ -222,7 +222,7 @@ endforeach
|
||||
if add_languages('cpp', required: false, native: false)
|
||||
test_exe = executable('autotestkeywords',
|
||||
sources: 'autotestkeywords.cc',
|
||||
c_args: test_cargs + ['-Idummy-headers'],
|
||||
cpp_args: test_cargs,
|
||||
dependencies: libgtk_dep,
|
||||
install: get_option('install-tests'),
|
||||
install_dir: testexecdir,
|
||||
|
Loading…
Reference in New Issue
Block a user