mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
6 lines
141 B
CMake
6 lines
141 B
CMake
add_executable(parse parse.cpp)
|
|
target_link_libraries(parse yaml-cpp)
|
|
|
|
add_executable(value value.cpp)
|
|
target_link_libraries(value yaml-cpp)
|