aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/CMakeLists.txt
blob: ff6f66f1472daf4cf585d8e780ac8f623be399f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
target_sources(crepe PUBLIC
	ParticleSystem.cpp
	ScriptSystem.cpp
	PhysicsSystem.cpp
	CollisionSystem.cpp
	RenderSystem.cpp
)

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