Backed out of removing parse

This commit is contained in:
beder 2012-05-19 15:55:13 -05:00
parent 51fd8dcc5c
commit ee0d993ebe

View File

@ -0,0 +1,2 @@
add_executable(parse parse.cpp)
target_link_libraries(parse yaml-cpp)