aboutsummaryrefslogtreecommitdiff
path: root/backend/CMakeLists.txt
blob: c9232f4ebe41965cbb6d51bc9e4e71ab5569f938 (plain)
1
2
3
4
5
6
7
target_sources(main PUBLIC
	EnemyFactory.cpp
	LocationFactory.cpp
	Object.cpp
	ObjectFactory.cpp
)