blob: 5840208ce474de9ff8e16b85d9025dcbd408e3c6 (
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
Asset.cpp
Sound.cpp
SoundContext.cpp
ComponentManager.cpp
Components.cpp
GameObject.cpp
)
target_sources(crepe PUBLIC FILE_SET HEADERS FILES
Asset.h
Sound.h
SoundContext.h
ComponentManager.h
ComponentManager.hpp
Components.h
GameObject.h
GameObject.hpp
)
add_subdirectory(api)
add_subdirectory(util)
|