jsoncpp/example/readFromStream/CMakeLists.txt

2 lines
114 B
CMake
Raw Normal View History

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