Unverified Commit 515cfc2d authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

Merge pull request #1142 from jrakow/develop

meson: fix include directory
parents 62457729 ec2ebd5e
project('nlohmann_json', 'cpp') project('nlohmann_json', 'cpp')
nlohmann_json_inc = include_directories('single_include/nlohmann')
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