mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Rename cxx-test.C to cxx-test.cpp
Meson checks file extension case-insentively, and compiles ".C" as C source instead of C++.
This commit is contained in:
@@ -51,7 +51,7 @@ tests = [{
|
||||
},
|
||||
'timeloop' : {},
|
||||
'cxx-test' : {
|
||||
'source' : 'cxx-test.C',
|
||||
'source' : 'cxx-test.cpp',
|
||||
'include_directories' : gmoduleinc,
|
||||
'dependencies' : [libgio_dep],
|
||||
},
|
||||
|
Reference in New Issue
Block a user