json/example/CMakeLists.txt

3 lines
115 B
CMake
Raw Normal View History

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