CMakeLists.txt 140 Bytes
Newer Older
1
set(yaml-reader_sources main.cpp tests.cpp)
2

3
add_executable(yaml-reader ${yaml-reader_sources})
4
target_link_libraries(yaml-reader yaml-cpp)