diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-05 17:12:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-05 17:12:27 +0100 |
commit | 5072b4cc9bf56a4764c9bbd2bb748b6d3d511374 (patch) | |
tree | 7ab941982e5141a3ceb84c656e6f7e43cb249af7 /src/example/CMakeLists.txt | |
parent | 803771dfc4fb5b9144d551a91b77a5a4ec8f21b6 (diff) | |
parent | 1f4e961d7f9d6887c807cac1a362f2d178b0860b (diff) |
Merge branch 'master' into loek/audio
Diffstat (limited to 'src/example/CMakeLists.txt')
-rw-r--r-- | src/example/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/example/CMakeLists.txt b/src/example/CMakeLists.txt index 9c3c550..b8ca309 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -18,5 +18,4 @@ endfunction() add_example(savemgr) add_example(rendering_particle) -add_example(gameloop) - +add_example(button) |