jsoncpp/example/readFromString/CMakeLists.txt

2 lines
114 B
CMake
Raw Normal View History

2021-12-27 00:42:39 +08:00
add_executable(readFromString readFromString.cpp)
target_link_libraries(readFromString PRIVATE jsoncpp::framework)