mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
6 lines
144 B
CMake
6 lines
144 B
CMake
add_executable(sandbox sandbox.cpp)
|
|
target_link_libraries(sandbox yaml-cpp)
|
|
|
|
add_executable(read read.cpp)
|
|
target_link_libraries(read yaml-cpp)
|