mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-13 23:19:03 +08:00
5357735671
The config can be used to automatically install the CachyOS on the target
5 lines
181 B
Meson
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)
|