blob: 465ba469a3f09de38f5e6869fcb62b5b53c9245f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
target_sources(crepe PUBLIC
# AudioSource.cpp
BehaviorScript.cpp
Script.cpp
GameObject.cpp
Rigidbody.cpp
Sprite.cpp
Force.cpp
ParticleEmitter.cpp
)
target_sources(crepe PUBLIC FILE_SET HEADERS FILES
# AudioSource.h
BehaviorScript.h
Script.h
GameObject.h
GameObject.hpp
Rigidbody.h
Sprite.h
Force.h
ParticleEmitter.h
)
|