mirror of
https://github.com/nlohmann/json
synced 2025-01-08 08:20:16 +00:00
meson: add multiple headers target
This commit is contained in:
parent
0bb36bb140
commit
ec2ebd5ec9
@ -1,7 +1,9 @@
|
|||||||
project('nlohmann_json', 'cpp')
|
project('nlohmann_json', 'cpp')
|
||||||
|
|
||||||
nlohmann_json_inc = include_directories('single_include')
|
|
||||||
|
|
||||||
nlohmann_json_dep = declare_dependency(
|
nlohmann_json_dep = declare_dependency(
|
||||||
include_directories : nlohmann_json_inc
|
include_directories: include_directories('single_include')
|
||||||
|
)
|
||||||
|
|
||||||
|
nlohmann_json_multiple_headers = declare_dependency(
|
||||||
|
include_directories: include_directories('include')
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user