blob: 208ba1f31cc75d5bce81bdcc7a504e2b71ae7b48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
target_sources(crepe PUBLIC
Asset.cpp
Sound.cpp
SoundContext.cpp
)
target_sources(crepe PUBLIC FILE_SET HEADERS FILES
Asset.h
Sound.h
SoundContext.h
)
add_subdirectory(api)
add_subdirectory(util)
|