aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/CMakeLists.txt
blob: b046301ea2003ce562f194f6ec1a38b0ee4e40e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
target_sources(crepe PUBLIC
	# AudioSource.cpp
	BehaviorScript.cpp
	Script.cpp
	Color.cpp
	Texture.cpp
	Sprite.cpp
	Transform.cpp
)

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	# AudioSource.h
	BehaviorScript.h
	Script.h
	Point.h
	Transform.h 
	Color.h 
	Sprite.h
	Texture.h
)