summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlvntky <klevent1903@gmail.com>2024-11-26 10:49:07 +0300
committerlvntky <klevent1903@gmail.com>2024-11-26 10:49:07 +0300
commitef24db793b8bc3372feb674e7bf1d785d8697bc1 (patch)
tree4c95a6964110f30a8098e2a4efa868fa1c733baf /CMakeLists.txt
parent3ad0c759beca867a85d8a18e0c857cb91f694d57 (diff)
[feature] font rendering done
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be2849b..10cb5e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,3 +29,4 @@ add_example(red)
add_example(texture)
add_example(raw_mode)
add_example(framebuf_info)
+add_example(text)