This commit is contained in:
Riley 2025-05-08 17:58:16 -05:00
parent b8f5fc0de5
commit b1a2182f14
5 changed files with 32 additions and 4 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