metaforce/Runtime/Particle/CMakeLists.txt

8 lines
313 B
CMake
Raw Normal View History

2015-08-18 05:54:43 +00:00
add_library(RuntimeCommonParticle
2015-08-21 00:06:39 +00:00
CParticleGen.hpp CParticleGen.cpp
2015-08-18 05:54:43 +00:00
CElementGen.hpp CElementGen.cpp
2015-08-21 00:06:39 +00:00
CParticleSwoosh.hpp CParticleSwoosh.cpp
CParticleElectric.hpp CParticleElectric.cpp
CDecalManager.hpp CDecalManager.cpp
CWarp.hpp CWarp.cpp)