diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 10:15:23 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 10:15:23 +0100 |
commit | 4d6d5a6ff5366877cbc7b8e24110b56a332a7353 (patch) | |
tree | f26efa41cb9e737eb77484111ff65b1f068126bf /src/example/CMakeLists.txt | |
parent | 6e03da99701b1916ee2f6a3dd7d10f7d283f2dd9 (diff) |
removed gameloop example
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 560e2bc..85ec466 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -19,5 +19,4 @@ endfunction() add_example(asset_manager) add_example(savemgr) add_example(rendering_particle) -add_example(gameloop) |