]> git.mxchange.org Git - simgear.git/blob - simgear/sound/CMakeLists.txt
Fixes for headless mode.
[simgear.git] / simgear / sound / CMakeLists.txt
1 include (SimGearComponent)
2
3 set(HEADERS 
4     sample_group.hxx
5     sample_openal.hxx
6     sample_queue.hxx
7     soundmgr_openal.hxx
8     xmlsound.hxx
9     )
10     
11 set(SOURCES 
12     sample_group.cxx
13     sample_openal.cxx
14     sample_queue.cxx
15     soundmgr_openal.cxx
16     xmlsound.cxx
17     )
18
19 simgear_component(sound sound "${SOURCES}" "${HEADERS}")