jsoncpp/example/readFromStream/CMakeLists.txt
2021-12-26 11:42:39 -05:00

2 lines
114 B
CMake

add_executable(readFromStream readFromStream.cpp)
target_link_libraries(readFromStream PRIVATE jsoncpp::framework)