Commit ec2ebd5e authored by Julius Rakow's avatar Julius Rakow

meson: add multiple headers target

parent 0bb36bb1
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')
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment