yaml-cpp/util/CMakeLists.txt

3 lines
70 B
CMake
Raw Permalink Normal View History

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