about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-09 15:01:02 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-11 09:43:26 +0100
commit3106b609cf0c0310169aa70d5dded5014eb1e083 (patch)
tree4ccbd95c6c6f5b108bb6c677582a51a9d60e8811 /third_party
parent39af9d7d567121f1086862dc0beae681696186ab (diff)
chore(build system): build static library, add install process
* split up bitmap implementation / api from main one
* move headers into include
* add Makefile wrapping redo with clean, check and install targets
* build libbuchstabensuppe.a
Diffstat (limited to 'third_party')
-rw-r--r--third_party/stb_truetype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/stb_truetype.c b/third_party/stb_truetype.c
new file mode 100644
index 0000000..105d538
--- /dev/null
+++ b/third_party/stb_truetype.c
@@ -0,0 +1,2 @@
+#define STB_TRUETYPE_IMPLEMENTATION
+#include <stb_truetype.h>