json/example/CMakeLists.txt
2023-07-19 16:56:01 +02:00

3 lines
115 B
CMake

add_executable (AnnotatedNlohmannJson main.cpp)
target_link_libraries (AnnotatedNlohmannJson PUBLIC nlohmann_json)