yaml-cpp/util/CMakeLists.txt

6 lines
141 B
CMake
Raw Normal View History

2011-09-05 04:50:08 +04:00
add_executable(parse parse.cpp)
target_link_libraries(parse yaml-cpp)
add_executable(value value.cpp)
target_link_libraries(value yaml-cpp)