jsoncpp/example/readFromString/CMakeLists.txt
2021-12-26 11:42:39 -05:00

2 lines
114 B
CMake

add_executable(readFromString readFromString.cpp)
target_link_libraries(readFromString PRIVATE jsoncpp::framework)