This commit is contained in:
Riley 2025-05-08 18:02:49 -05:00
parent ffe1bd554b
commit 075867d7a4
5 changed files with 32 additions and 2 deletions

5
build.sh Normal file
View file

@ -0,0 +1,5 @@
conan install . --output-folder=build --build=missing
cd build
meson setup --native-file conan_meson_native.ini .. meson-src
meson compile -C meson-src
./meson-src/main