aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/CMakeLists.txt
blob: 4873e8d3e63bdb6b4789c543d548baceb2329f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
target_sources(crepe PUBLIC
	Sound.cpp
	Texture.cpp
	SoundContext.cpp
	SDLContext.cpp
	DB.cpp
	FontFacade.cpp
	Font.cpp
	SignalCatch.cpp
)

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	Sound.h
	Texture.h
	SoundContext.h
	SDLContext.h
	DB.h
	FontFacade.h
	Font.h
	SignalCatch.h
)