Move to C++11.

Code and kiwix-lib are C++11. So compile using C++11.
This commit is contained in:
Matthieu Gautier 2017-07-12 10:01:25 +02:00
parent 4e3ff03059
commit aef20d6c96

View File

@ -1,6 +1,7 @@
project('kiwix-tools', 'cpp',
version : '0.2.0',
license : 'GPL')
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11'])
compiler = meson.get_compiler('cpp')