Commit 0bb36bb1 authored by Julius Rakow's avatar Julius Rakow

meson: fix include directory

parent 62457729
project('nlohmann_json', 'cpp')
nlohmann_json_inc = include_directories('single_include/nlohmann')
nlohmann_json_inc = include_directories('single_include')
nlohmann_json_dep = declare_dependency(
include_directories : nlohmann_json_inc
......
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