CMakeLists.txt 70 Bytes
Newer Older
beder's avatar
beder committed
1
2
add_executable(parse parse.cpp)
target_link_libraries(parse yaml-cpp)