diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 18:54:55 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 18:54:55 +0300 |
| commit | 51b1a6304a7bc832ac2998e2e123c63894cb9ac4 (patch) | |
| tree | af08e338e346ef6c6e79e658e0cb05b68f07a69a /CMakeLists.txt | |
| parent | c3252d07e4b03227b50a0564c2036be2dae61b7f (diff) | |
[feature] added keyboard events
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 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) |
