mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-01-02 03:57:55 +08:00
3 lines
76 B
CMake
3 lines
76 B
CMake
add_executable(sandbox sandbox.cpp)
|
|
target_link_libraries(sandbox yaml-cpp)
|