github.com/jbeder/yaml-cpp.git GIT_TAG <tag_name> # Can be a tag (yaml-cpp-x.x.x), a commit hash, or a branch name (master) ) FetchContent_MakeAvailable(yaml-cpp) target_link_libraries(YOUR_LIBRARY PUBLIC yaml-cpp::yaml-cpp) # The library or executable that require yaml-cpp ...
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Sign in Sign up Reseting focus tanim-ics / yaml-cpp Public forked from jbeder/yaml-cpp Notifications Fork...
A YAML parser and emitter in C++. Contribute to IceLuna/yaml-cpp development by creating an account on GitHub.
.github/workflows docs include/yaml-cpp src test util .clang-format .codedocs .gitignore .travis.yml BUILD.bazel CMakeLists.txt CONTRIBUTING.md LICENSE README.md WORKSPACE appveyor.yml install.txt yaml-cpp-config.cmake.in yaml-cpp.pc.in ...
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. Usage See Tutorial and How to Emit YAML for reference. For the old API (until 0.5.0), see How To Parse A Document. Any Problems? If you find a bug, post an issue! If you have questions about how to use...
This branch is 55 commits behind jbeder/yaml-cpp:master.Folders and files Latest commit Cannot retrieve latest commit at this time. History913 Commits .github/workflows docs include/yaml-cpp src test util .clang-format .codedocs .gitignore .travis.yml BUILD.bazel CMakeLists.tx...
.github/workflows docs include/yaml-cpp src test util .bazelignore .clang-format .codedocs .gitignore BUILD.bazel CMakeLists.txt CONTRIBUTING.md LICENSE MODULE.bazel README.md SECURITY.md WORKSPACE cmake_uninstall.cmake.in install.txt
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. Usage See Tutorial and How to Emit YAML for reference. For the old API (until 0.5.0), see How To Parse A Document. Any Problems? If you find a bug, post an issue! If you have questions about how to use...
yaml-cpp builds a static library by default, you may want to build a shared library by specifying -DYAML_BUILD_SHARED_LIBS=ON. For more options on customizing the build, see the CMakeLists.txt file. 2. Build it! The command you'll need to run depends on the generator you chose earli...
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. Usage See Tutorial and How to Emit YAML for reference. For the old API (until 0.5.0), see How To Parse A Document. Any Problems? If you find a bug, post an issue! If you have questions about how to use...