New-Cli-Installer/subprojects/packagefiles/rapidjson/meson.build
Vladislav Nepogodin 5357735671
Introduce config
The config can be used to automatically install
the CachyOS on the target
2022-06-11 04:18:39 +04:00

5 lines
181 B
Meson

project('rapidjson', 'cpp', version: '1.1.0', license: 'MIT')
rapidjson_inc = include_directories('include')
rapidjson_dep = declare_dependency(include_directories: rapidjson_inc)