diff options
author | jaroWMR <jarorutjes07@gmail.com> | 2024-10-10 07:49:38 +0200 |
---|---|---|
committer | jaroWMR <jarorutjes07@gmail.com> | 2024-10-10 07:49:38 +0200 |
commit | 163c9e3eea437daa8ef6007fbdf2f91470066cbf (patch) | |
tree | e672c00d9b874c428f235075b77e4e3b4f885dc6 /src/crepe | |
parent | 127e457dda1a1c7b32315a920c80aa4c13ddb840 (diff) |
fix for build
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/CMakeLists.txt b/src/crepe/CMakeLists.txt index a02e991..9c65e1e 100644 --- a/src/crepe/CMakeLists.txt +++ b/src/crepe/CMakeLists.txt @@ -3,7 +3,6 @@ target_sources(crepe PUBLIC Asset.cpp Sound.cpp SoundContext.cpp - main.cpp Particle.cpp ParticleEmitter.cpp ParticleSystem.cpp |