diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 19:32:14 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 19:32:14 +0100 |
commit | 56cf219a25e66f38c50a51afd01ed515de149711 (patch) | |
tree | 016293d4e13fa2e141a960062e005b608ccecebf /src/example/CMakeLists.txt | |
parent | d69f1642cb397d68d591718f83028e14620ab340 (diff) | |
parent | 0b2ca3c323c7f73d031e7014ba0a17dcf0b59751 (diff) |
merge `jaro/particle-system-master` into `loek/cleanup` early
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 c8a4b85..3a5b543 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -28,5 +28,6 @@ add_example(proxy) add_example(db) add_example(ecs) add_example(scene_manager) +add_example(particles) add_example(gameloop) |