yaml-cpp/util/CMakeLists.txt

3 lines
70 B
CMake
Raw Normal View History

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