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

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