aboutsummaryrefslogtreecommitdiff
path: root/game/background/CMakeLists.txt
blob: 1d705f5c9dc0884b81f5108c84c508ecaab0b36d (plain)
1
2
3
4
5
6
7
8
9
target_sources(main PUBLIC
	AquariumSubScene.cpp
	BackgroundSubScene.cpp
	ForestParallaxScript.cpp
	ForestSubScene.cpp
	HallwaySubScene.cpp
	StartSubScene.cpp
)