2012-05-20 00:55:13 +04:00
|
|
|
add_executable(parse parse.cpp)
|
|
|
|
|
target_link_libraries(parse yaml-cpp)
|
2012-05-24 00:30:03 +04:00
|
|
|
|
|
|
|
|
add_executable(sandbox sandbox.cpp)
|
|
|
|
|
target_link_libraries(sandbox yaml-cpp)
|
2012-11-09 04:33:12 +04:00
|
|
|
|
|
|
|
|
add_executable(read read.cpp)
|
|
|
|
|
target_link_libraries(read yaml-cpp)
|