diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 14:58:51 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 14:58:51 +0100 |
commit | c52742e049e68d5ad0beabf8647f543bc2497596 (patch) | |
tree | eea3ed84183725f10236342fab846b13b2df3d89 /src/example/CMakeLists.txt | |
parent | 22a7e9f3c40b4b6eb68a5343e4870e76c4bfcf63 (diff) | |
parent | fb35ca64eee9afdd72f2cf8d279c4e745444baf9 (diff) |
merge `master` into `loek/util`
Diffstat (limited to 'src/example/CMakeLists.txt')
-rw-r--r-- | src/example/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/example/CMakeLists.txt b/src/example/CMakeLists.txt index 3a5b543..30432e5 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -17,7 +17,6 @@ function(add_example target_name) endfunction() add_example(audio_internal) -# add_example(components_internal) add_example(script) add_example(log) add_example(rendering) @@ -26,8 +25,6 @@ add_example(physics) add_example(savemgr) add_example(proxy) add_example(db) -add_example(ecs) -add_example(scene_manager) add_example(particles) add_example(gameloop) |