From 31afd2a2540430139200e50fd9cf546dc93fbfa9 Mon Sep 17 00:00:00 2001 From: lvntky Date: Tue, 26 Nov 2024 01:46:12 +0300 Subject: [feature] font rendering updated, but not works --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3