diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 02aa36d..10cb5e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,10 +23,10 @@ function(add_example NAME) add_dependencies(run-examples "run_${NAME}") endfunction() -add_example(empty_example) add_example(line) add_example(rectangle) add_example(red) add_example(texture) add_example(raw_mode) -add_example(framebuf_info)
\ No newline at end of file +add_example(framebuf_info) +add_example(text) |
