diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-18 13:04:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-18 13:04:27 +0100 |
commit | cd389129cc2ed73596251cb7c9cc606f6e6d74d8 (patch) | |
tree | ad79b4872bf34524dd9ef166477254565c7a7c80 /src/example/CMakeLists.txt | |
parent | 38c5e1bb819d2bf06b9d8c387726fa285a9a3065 (diff) |
restore examples
Diffstat (limited to 'src/example/CMakeLists.txt')
-rw-r--r-- | src/example/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/CMakeLists.txt b/src/example/CMakeLists.txt index 3a196e1..f62414e 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -22,4 +22,3 @@ add_example(button) add_example(loadfont) add_example(FontExample) add_example(AITest) -add_example(audio-crash) |