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

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