diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/project.conf b/project.conf new file mode 100644 index 0000000..1af3090 --- /dev/null +++ b/project.conf @@ -0,0 +1,14 @@ +[package] +name = "olm" +type = "static" +version = "3.2.1" +platforms = ["any"] + +[config] +include_dirs = ["include", "lib"] +expose_include_dirs = ["include"] + +[define] +OLMLIB_VERSION_MAJOR = "3" +OLMLIB_VERSION_MINOR = "2" +OLMLIB_VERSION_PATCH = "1" |