Merged from core, rfaef276b1f6e

This commit is contained in:
Jesse Beder
2012-11-08 18:33:12 -06:00
3 changed files with 34 additions and 1 deletions

View File

@@ -3,3 +3,6 @@ target_link_libraries(parse yaml-cpp)
add_executable(sandbox sandbox.cpp)
target_link_libraries(sandbox yaml-cpp)
add_executable(read read.cpp)
target_link_libraries(read yaml-cpp)