jsoncpp/example/streamWrite/CMakeLists.txt

2 lines
105 B
CMake
Raw Normal View History

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