4 lines
131 B
CMake
Executable file
4 lines
131 B
CMake
Executable file
add_library(nlohmann INTERFACE)
|
|
target_include_directories(nlohmann INTERFACE include)
|
|
|
|
add_library(nlohmann::json ALIAS nlohmann)
|