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)
|