aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-18 01:54:59 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-18 01:54:59 +0200
commit3e081d1669622bbc276b038ddc38ecf0600683c3 (patch)
tree0a92c34f257c75a2b26e63b0ea9da3d594e89cc8 /project.conf
Initial commit with an example
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/project.conf b/project.conf
new file mode 100644
index 0000000..5e35843
--- /dev/null
+++ b/project.conf
@@ -0,0 +1,8 @@
+[package]
+name = "mglpp"
+type = "static"
+version = "0.1.0"
+platforms = ["posix"]
+
+[config]
+expose_include_dirs = ["include"] \ No newline at end of file