3 lines
115 B
CMake
3 lines
115 B
CMake
|
|
add_executable (AnnotatedNlohmannJson main.cpp)
|
||
|
|
|
||
|
|
target_link_libraries (AnnotatedNlohmannJson PUBLIC nlohmann_json)
|