1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

added adapter and unit test to meson build

This commit is contained in:
Falk Werner
2020-05-23 18:45:34 +02:00
parent e2e8927400
commit a311f5b517
4 changed files with 215 additions and 3 deletions

View File

@@ -25,6 +25,16 @@ in order to reduce build dependencies.
- **WIHTOU_PROVIDER**: omit provider library
`cmake -DWITHOUT_PROVIDER=ON`
## Build using Meson (experimental)
_Note: Meson build support is experimental. Do not rely on it._
meson .build
cd .build
ninja build
_Note: Build options are not supported yet._
## Create API documentation
To create API documentation, you must install doxygen and dot first.