diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 20:02:55 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 20:02:55 +0100 |
commit | 807a8db7251a484d698572b3777aaf486b2f388e (patch) | |
tree | 777bd934aac67415256c14a4d209cafecf34c4f9 /src/example/CMakeLists.txt | |
parent | 80712f111e5b703f4f91b9bd55f4dbb14cb14829 (diff) | |
parent | fdf91122ddc1fa9942c8790d2c8c845f877df11d (diff) |
Merge branch 'loek/unit-test' of github.com:lonkaars/crepe
Diffstat (limited to 'src/example/CMakeLists.txt')
-rw-r--r-- | src/example/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/example/CMakeLists.txt b/src/example/CMakeLists.txt index 30432e5..c75a4b5 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -16,15 +16,7 @@ function(add_example target_name) add_dependencies(examples ${target_name}) endfunction() -add_example(audio_internal) -add_example(script) -add_example(log) -add_example(rendering) add_example(asset_manager) -add_example(physics) add_example(savemgr) -add_example(proxy) -add_example(db) -add_example(particles) add_example(gameloop) |