diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-11-08 21:37:28 +0000 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-11-08 21:37:28 +0000 |
commit | 4e6f10f2d6ed593a21b985ccabe305a9cd6212cc (patch) | |
tree | f080f8cb689a976ecba10ebb280a196999a51deb /src/example/CMakeLists.txt | |
parent | d69adb5666fd6f73edbc6d410afcdf23c24e7c6b (diff) |
fixed build
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..722ffea 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(particles) |