Welcome to mirror list, hosted at ThFree Co, Russian Federation.

meson.build - github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cc6c76ddef058e07ac3c8ed43fe2d38cf291fa8 (plain)
1
2
3
4
5
6
7
project('nlohmann_json', 'cpp')

nlohmann_json_inc = include_directories('include')

nlohmann_json_dep = declare_dependency(
  include_directories : nlohmann_json_inc
)