Files
yaml-cpp/util/CMakeLists.txt
2009-07-10 03:10:03 +00:00

3 lines
70 B
CMake

add_executable(parse parse.cpp)
target_link_libraries(parse yaml-cpp)