mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
6 lines
147 B
CMake
6 lines
147 B
CMake
add_executable(parse parse.cpp)
|
|
target_link_libraries(parse yaml-cpp)
|
|
|
|
add_executable(sandbox sandbox.cpp)
|
|
target_link_libraries(sandbox yaml-cpp)
|