Skip to content

alextsui05/yaml-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of the yaml-cpp project with modest edits for bundling in an existing CMake project.

Version

At the time of fork, yaml-cpp was version 0.5.1.

Usage

I wanted to be able to bundle yaml-cpp like so:

  1. Clone it as a subdirectory.

  2. In CMakeLists.txt, add the subdirectory. Then, I should be able to:

     include_directories(${yaml-cpp_INCLUDE_DIRS})
     ...
     target_link_libraries(my_app yaml-cpp)
    
  3. Use yaml-cpp at your will. See the project site for detailed documentation.

License

MIT License.

About

A fork of the yaml-cpp project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages