tomlplusplus/examples
Andrea Pappacoda 36030cace8 build(meson): use system deps when avalable
When building tests, Meson will now look for system dependencies and use
them if found. Otherwise, it will check if the submodules are cloned and
create a dependency object wrapping the include path of each external
dependency (this breaks Meson's sandbox, but the previous approach did
too). This also allows passing actual dependencies to the various build
targets instead of include paths (a bit more idiomatic).

I've also made it possible to skip the tl-optional tests when the lib is
not found, so that it is still possible to run tests even from a
tarball (i.e. no git checkout)
2022-02-17 22:45:07 +02:00
..
benchmark_data.toml added parse_benchmark example 2021-11-04 11:56:03 +02:00
CMakeLists.txt added parse_benchmark example 2021-11-04 11:56:03 +02:00
error_printer.cpp build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
error_printer.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
example.toml string value serialization now emits literals where possible (closes #43) 2020-07-14 20:50:24 +03:00
examples.h build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
meson.build build(meson): use system deps when avalable 2022-02-17 22:45:07 +02:00
parse_benchmark.cpp fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
parse_benchmark.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
simple_parser.cpp build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
simple_parser.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
toml_generator.cpp build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
toml_generator.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
toml_to_json_transcoder.cpp build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
toml_to_json_transcoder.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00