wireplumber/lib/wptoml
David Runge fbe1e5177b
Allow system cpptoml
meson.build:
When the 'wrap_mode' option is set to 'nodownload' use a system version
of cpptoml. This does not require using git and having a network
connection during build, which is important for Linux packaging
infrastructure.

subprojects/cpptoml.wrap:
Pin revision to last release tag (v0.1.1).

lib/wptoml/*.cpp:
Remove 'include/' prefix from all cpptoml related includes, at is not
required.

Closes #17
2020-07-22 20:25:58 +02:00
..
array.cpp Allow system cpptoml 2020-07-22 20:25:58 +02:00
array.h wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
file.cpp Allow system cpptoml 2020-07-22 20:25:58 +02:00
file.h wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
meson.build wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
private.h wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
table.cpp Allow system cpptoml 2020-07-22 20:25:58 +02:00
table.h wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
wptoml.h wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00