blob: 4c18b87dcb0a3b574f7e70440b33f8d500be0223 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
target_sources(crepe PUBLIC
ParticleSystem.cpp
ScriptSystem.cpp
PhysicsSystem.cpp
CollisionSystem.cpp
RenderSystem.cpp
AnimatorSystem.cpp
)
target_sources(crepe PUBLIC FILE_SET HEADERS FILES
System.h
ScriptSystem.h
PhysicsSystem.h
CollisionSystem.h
RenderSystem.h
AnimatorSystem.h
)
|