add_library(nlohmann_json INTERFACE)
add_library(nlohmann_json::nlohmann_json ALIAS nlohmann_json)

target_include_directories(nlohmann_json INTERFACE include)
target_compile_features(nlohmann_json INTERFACE cxx_std_11)
