diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 20:03:12 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 20:03:12 +0100 |
commit | 5eedba3a070c3a7a4f27ae3ec7dd41812695f7e9 (patch) | |
tree | 666955b4308e2d59f6958119f3efbcbf179c493d /src/example/CMakeLists.txt | |
parent | 75ca0750dcc07b6ca043320397917e33638e97b4 (diff) | |
parent | cfd578dd0b7d5894ff0b0a0796d85cd5e9ae6e56 (diff) |
Merge branch 'master' into niels/decoupling_pixel_and_pos
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 93b9ee2..8ef71bb 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -19,4 +19,5 @@ endfunction() add_example(asset_manager) add_example(savemgr) add_example(rendering_particle) +add_example(game) add_example(button) |