Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 780 Bytes

yaml-cpp.rst

File metadata and controls

29 lines (20 loc) · 780 Bytes

yaml cpp

yaml ; yaml-cpp

yaml-cpp

hunter_add_package(yaml-cpp)
find_package(yaml-cpp CONFIG REQUIRED)
target_link_libraries(... yaml-cpp::yaml-cpp)

NOTE: This is the boost based last c++-98 version (0.5.3).