Add buildsys

FossilOrigin-Name: 561f525c5562e52d9782f6b4a39c390a2c4ee0552c0ec52cbf5c98f31f9a2957
This commit is contained in:
Jonathan Schleifer 2020-10-02 23:48:23 +00:00
parent 84a1e60fdb
commit fafad6f92d
13 changed files with 5376 additions and 0 deletions

5
ObjMatrix.oc Normal file
View file

@ -0,0 +1,5 @@
package_format 1
package_depends_on ObjOpenSSL
package_depends_on ObjSQLite3
LIBS="-lobjmatrix $LIBS"
FRAMEWORK_LIBS="-framework ObjMatrix $FRAMEWORK_LIBS"