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

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	# AudioSource.h
	BehaviorScript.h
	Config.h
)