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

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

add_subdirectory(api)
add_subdirectory(util)
add_subdirectory(fabricator)