Adding ryml to Visual studio project. #111
-
Hello, I don't know much about CMake or how to use it. Never used the GUI apart from generating visual studio project files. So can someone please help me get started with how to integrate this library to a visual studio project? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Use vcpkg manager, search for ryml, and install. vcpkg is a comman line tool for visual studio and there is a recent package already built. After installing just include the headers and build. |
Beta Was this translation helpful? Give feedback.
-
If you have an existing Visual Studio project, then vcpkg is the way to go, as argued by chetmurphy. However, if you are looking to add ryml to an existing cmake project, then you can find an example here. |
Beta Was this translation helpful? Give feedback.
Use vcpkg manager, search for ryml, and install. vcpkg is a comman line tool for visual studio and there is a recent package already built. After installing just include the headers and build.