summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlvntky <klevent1903@gmail.com>2024-11-26 01:46:12 +0300
committerlvntky <klevent1903@gmail.com>2024-11-26 01:46:12 +0300
commit31afd2a2540430139200e50fd9cf546dc93fbfa9 (patch)
treeb7bc83cae8b780a6b62bcfb4311a7beb8dc42cf7 /CMakeLists.txt
parentd4611757ca2f710b3295847834a47217d19746ef (diff)
[feature] font rendering updated, but not works
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02aa36d..10cb5e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,10 +23,10 @@ function(add_example NAME)
add_dependencies(run-examples "run_${NAME}")
endfunction()
-add_example(empty_example)
add_example(line)
add_example(rectangle)
add_example(red)
add_example(texture)
add_example(raw_mode)
-add_example(framebuf_info) \ No newline at end of file
+add_example(framebuf_info)
+add_example(text)