blob: 2181b30b75ca3d9d28fceed9964f159166232af4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
target_sources(crepe PUBLIC
# AudioSource.cpp
BehaviorScript.cpp
Script.cpp
)
target_sources(crepe PUBLIC FILE_SET HEADERS FILES
# AudioSource.h
BehaviorScript.h
Config.h
Script.h
)
|