5 lines
131 B
Text
5 lines
131 B
Text
|
add_library(nlohmann INTERFACE)
|
||
|
target_include_directories(nlohmann INTERFACE include)
|
||
|
|
||
|
add_library(nlohmann::json ALIAS nlohmann)
|