diff options
| author | lvntky <klevent1903@gmail.com> | 2024-11-27 11:53:52 +0300 |
|---|---|---|
| committer | lvntky <klevent1903@gmail.com> | 2024-11-27 11:53:52 +0300 |
| commit | eff7f86c4b81e804b13c5606fcc73a6dbfa58677 (patch) | |
| tree | 916f6e1904649470406257264af4360db9b1e76e /CMakeLists.txt | |
| parent | 39ff731d15d3be96be7a5a65ad7d530dc11aeb20 (diff) | |
[fix] examples fixed
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 50a4e39..fad5d22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,9 +27,7 @@ add_example(line) add_example(rectangle) add_example(red) add_example(texture) -add_example(raw_mode) add_example(framebuf_info) add_example(text) add_example(texture_show_fps) -add_example(keyboard) -add_example(circle)
\ No newline at end of file +add_example(circle) |
