mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
5 lines
140 B
CMake
5 lines
140 B
CMake
set(yaml-reader_sources main.cpp tests.cpp)
|
|
|
|
add_executable(yaml-reader ${yaml-reader_sources})
|
|
target_link_libraries(yaml-reader yaml-cpp)
|