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