Backed out of removing parse

This commit is contained in:
beder 2012-05-19 15:55:13 -05:00
parent 402ee7ce6c
commit b244ada735

View File

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