summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLevent Kaya <levent.kaya@codefirst.io>2024-11-26 18:54:55 +0300
committerLevent Kaya <levent.kaya@codefirst.io>2024-11-26 18:54:55 +0300
commit51b1a6304a7bc832ac2998e2e123c63894cb9ac4 (patch)
treeaf08e338e346ef6c6e79e658e0cb05b68f07a69a /CMakeLists.txt
parentc3252d07e4b03227b50a0564c2036be2dae61b7f (diff)
[feature] added keyboard events
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 e47cc2c..69efb9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,3 +31,4 @@ add_example(raw_mode)
add_example(framebuf_info)
add_example(text)
add_example(texture_show_fps)
+add_example(keyboard)