blob: 37c194d7aec29fe9b5e96c6749d85d7b2f9be919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
target_sources(crepe PUBLIC
# AudioSource.cpp
BehaviorScript.cpp
Script.cpp
Color.cpp
Texture.cpp
Sprite.cpp
Transform.cpp
AssetManager.cpp
GameObject.cpp
Collider.cpp
Rigidbody.cpp
Sprite.cpp
)
target_sources(crepe PUBLIC FILE_SET HEADERS FILES
# AudioSource.h
BehaviorScript.h
Script.h
GameObject.h
GameObject.hpp
Collider.h
Rigidbody.h
Sprite.h
Point.h
Transform.h
Color.h
Sprite.h
Texture.h
AssetManager.h
)
|