diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-25 12:07:37 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-25 12:07:37 +0100 |
commit | 3d8251cd6b65a1e80002518ea48b1a74d91f6ab3 (patch) | |
tree | 7846a841411ea06abd60ed5d4d8612e0b75b36c6 /src/example/CMakeLists.txt | |
parent | aaf1d8132b631b3c09672b27d6ca3141e875d71c (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) |