aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/example')
-rw-r--r--src/example/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/example/CMakeLists.txt b/src/example/CMakeLists.txt
index 560e2bc..7b4cc43 100644
--- a/src/example/CMakeLists.txt
+++ b/src/example/CMakeLists.txt
@@ -18,6 +18,12 @@ endfunction()
add_example(asset_manager)
add_example(savemgr)
+add_example(proxy)
+add_example(db)
+add_example(ecs)
+add_example(scene_manager)
+add_example(events)
+add_example(particles)
add_example(rendering_particle)
add_example(gameloop)