You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2025. It is now read-only.
option(YAML_CPP_SUPPORT_MERGE_KEYS"Support YAML merge keys ('<<') in yaml-cpp's executable targets. Use '#define YAML_CPP_SUPPORT_MERGE_KEYS' instead when linking from another project."OFF)
33
+
30
34
cmake_dependent_option(YAML_CPP_BUILD_TESTS
31
35
"Enable yaml-cpp tests"OFF
32
36
"BUILD_TESTING;YAML_CPP_MAIN_PROJECT"OFF)
33
37
cmake_dependent_option(YAML_MSVC_SHARED_RT
34
38
"MSVC: Build yaml-cpp with shared runtime libs (/MD)"ON
target_link_libraries(YOUR_LIBRARY PUBLIC yaml-cpp::yaml-cpp) # The library or executable that require yaml-cpp library
73
+
```
74
+
41
75
## Recent Releases
42
76
43
77
[yaml-cpp 0.6.0](https://github.com/jbeder/yaml-cpp/releases/tag/yaml-cpp-0.6.0) released! This release requires C++11, and no longer depends on Boost.
0 commit comments