Added small 'read' program to test reading a single doc (from stdin)

This commit is contained in:
Jesse Beder
2012-09-15 16:29:07 -07:00
parent 1d1d6886cc
commit 979a91692f
2 changed files with 33 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
add_executable(sandbox sandbox.cpp)
target_link_libraries(sandbox yaml-cpp)
add_executable(read read.cpp)
target_link_libraries(read yaml-cpp)