diff options
| author | lvntky <klevent1903@gmail.com> | 2024-11-26 10:49:07 +0300 |
|---|---|---|
| committer | lvntky <klevent1903@gmail.com> | 2024-11-26 10:49:07 +0300 |
| commit | ef24db793b8bc3372feb674e7bf1d785d8697bc1 (patch) | |
| tree | 4c95a6964110f30a8098e2a4efa868fa1c733baf /CMakeLists.txt | |
| parent | 3ad0c759beca867a85d8a18e0c857cb91f694d57 (diff) | |
[feature] font rendering done
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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) |
