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
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
go build -o libgraphql.dylib -buildmode=c-shared cmd/main.go