aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/CMakeLists.txt
blob: 54c7fdcfacd2367aa67e003e1415a8645ee78e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
target_sources(crepe PUBLIC
	# AudioSource.cpp
	Asset.cpp
)

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	AudioSource.h
	Component.h
	Asset.h
)