adding in qt cli project instead of using raw c++ and/or golang FFI

This commit is contained in:
talksik
2025-02-22 08:45:54 -08:00
parent 7fcc9b8177
commit 05a6d677a4
32 changed files with 213 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
set -e
rm -rf build
mkdir build && cd build
cmake ..
make
cd ..
./build/flowy_admin
cp ./build/compile_commands.json ./