diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 16:38:15 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 16:38:15 +0100 |
commit | 5a43793e247fbffec590d334b89cc34d19049f45 (patch) | |
tree | 9447beee8ac21e4343927c595da4890c23223164 /src/example | |
parent | 1e72559664cb7cc68c1c404f1709d679d35a66e2 (diff) |
gameloop tests
Diffstat (limited to 'src/example')
-rw-r--r-- | src/example/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/CMakeLists.txt b/src/example/CMakeLists.txt index 85ec466..54100cf 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -19,4 +19,4 @@ endfunction() add_example(asset_manager) add_example(savemgr) add_example(rendering_particle) - +add_example(gameloop) |