added meson as a conan tool_requires

This commit is contained in:
Florent Leclercq 2023-03-17 16:04:32 +01:00
parent bf6fa7231e
commit c2dadf93eb
2 changed files with 6 additions and 1 deletions

View file

@ -17,6 +17,8 @@ conan install . --output-folder=build --build=missing
* Build with meson
```
cd build
source conanbuild.sh
meson setup --native-file conan_meson_native.ini .. meson-src
meson compile -C meson-src
source deactivate_conanbuild.sh
```

View file

@ -1,6 +1,9 @@
[requires]
fftw/3.3.9
[tool_requires]
meson/1.0.0
[generators]
PkgConfigDeps
MesonToolchain