blob: 1263683eb275f11fb3d6cc84c73c40248fadc1a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
target_sources(crepe PUBLIC
Sound.cpp
SoundContext.cpp
Texture.cpp
SdlContext.cpp
)
target_sources(crepe PUBLIC FILE_SET HEADERS FILES
Sound.h
SoundContext.h
Texture.h
SdlContext.h
)
|