mirror of
https://github.com/nlohmann/json.git
synced 2026-04-04 15:18:54 +00:00
Merge pull request #1142 from jrakow/develop
meson: fix include directory
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
project('nlohmann_json', 'cpp')
|
||||
|
||||
nlohmann_json_inc = include_directories('single_include/nlohmann')
|
||||
|
||||
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')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user