adding in attempt with cppgraphqlgen

This commit is contained in:
talksik
2025-02-21 10:22:39 -08:00
parent bf3b31b197
commit 712b5d7916
17 changed files with 4898 additions and 1 deletions
Executable
+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 ./