aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/CMakeLists.txt
blob: 9b73323d308160317625b95cbf9101c4d519c89e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
target_sources(crepe PUBLIC
	Sound.cpp
	SoundContext.cpp
	SDLContext.cpp
	DB.cpp
	SDLFontContext.cpp
)

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	Sound.h
	SoundContext.h
	SDLContext.h
	DB.h
	SDLFontContext.h
)