diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 12:58:26 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 12:58:26 +0100 |
commit | d3ed3f4daa335bb881dbcf55aa425c602ddbd2f4 (patch) | |
tree | 0211b5963380fd67a97c07416bf08fb1ad060754 /src/example/CMakeLists.txt | |
parent | 0feda3d123ff99a1b9e41837482268bebfd9140a (diff) |
changed variables
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 36f9d4d..751b556 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -28,4 +28,5 @@ add_example(proxy) add_example(db) add_example(ecs) add_example(scene_manager) +add_example(gameLoop) |