jsoncpp/example/readFromString/CMakeLists.txt

2 lines
114 B
CMake
Raw Normal View History

2021-12-26 22:10:34 +08:00
ADD_EXECUTABLE(readFromString readFromString.cpp)
TARGET_LINK_LIBRARIES(readFromString PRIVATE jsoncpp::framework)