diff options
| author | lvntky <klevent1903@gmail.com> | 2024-11-26 01:46:12 +0300 |
|---|---|---|
| committer | lvntky <klevent1903@gmail.com> | 2024-11-26 01:46:12 +0300 |
| commit | 31afd2a2540430139200e50fd9cf546dc93fbfa9 (patch) | |
| tree | b7bc83cae8b780a6b62bcfb4311a7beb8dc42cf7 /CMakeLists.txt | |
| parent | d4611757ca2f710b3295847834a47217d19746ef (diff) | |
[feature] font rendering updated, but not works
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
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) |
