adding in qt cli project instead of using raw c++ and/or golang FFI
This commit is contained in:
Executable
+14
@@ -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 ./
|
||||
Reference in New Issue
Block a user