aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/CMakeLists.txt
blob: 95f6e336e9fbc8a75b1e8869a23cb267181bb5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
target_sources(crepe PUBLIC
	System.cpp
	ParticleSystem.cpp
	ScriptSystem.cpp
	PhysicsSystem.cpp
	CollisionSystem.cpp
	RenderSystem.cpp
	AnimatorSystem.cpp
	InputSystem.cpp
)

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	System.h
	ScriptSystem.h
	PhysicsSystem.h
	CollisionSystem.h
	RenderSystem.h
	AnimatorSystem.h
	InputSystem.h
)