aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/CMakeLists.txt
blob: 96b55cf1614fb4bc411713c39ca69e0bcc37e3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
target_sources(crepe PUBLIC
	#map_asset.cpp
	spritesheet.cpp
	resource_manager.cpp
	Resource.cpp
	game.cpp
)

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	Resource.h
	baseResource.h
	game.h
	#map_asset.h
	spritesheet.h
	resource_manager.h
	Component.h
	AudioSource.h
)