mayah / tinytoml

A header only C++11 library for parsing TOML
BSD 2-Clause "Simplified" License
167 stars 31 forks source link

Cmake build for msvc #41

Closed phlptp closed 5 years ago

phlptp commented 5 years ago

If merged this PR will resolve a conflict in parser_complex_test in MSVC It also adds folders to the CMAKE build and a few other items to make it easier to work with on Visual Studio and other IDE builds.

Fix builder_test::build_parse_string_01 which was failing on Visual studio, something with UTF strings, basically made the string literal u8 instead of a regular string literal in the build function.