jsoncpp/example/streamWrite/CMakeLists.txt

2 lines
105 B
CMake
Raw Normal View History

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