summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlvntky <klevent1903@gmail.com>2024-11-28 12:30:22 +0300
committerlvntky <klevent1903@gmail.com>2024-11-28 12:30:22 +0300
commitfd7e67ca4d46b767482da9e3f26f39f4909bf9de (patch)
tree7f92f71eb6944b615ce1b56b2ddaa15ef40f8f0f /CMakeLists.txt
parent82d24368330114f10b34f622da9fb6706ba06cc1 (diff)
[feature] keyboard and raw mode implementation
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 fad5d22..7739254 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,3 +31,4 @@ add_example(framebuf_info)
add_example(text)
add_example(texture_show_fps)
add_example(circle)
+add_example(player)