We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35e230 commit e192e47Copy full SHA for e192e47
meson.build
@@ -1,5 +1,5 @@
1
project('inih',
2
- ['c','cpp'],
+ ['c'],
3
default_options : ['default_library=static'],
4
license : 'BSD-3-Clause',
5
)
@@ -83,6 +83,7 @@ inih_dep = declare_dependency(
83
84
#### INIReader ####
85
if get_option('with_INIReader')
86
+ add_languages('cpp')
87
inc_INIReader = include_directories('cpp')
88
89
lib_INIReader = library('INIReader',
0 commit comments