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

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