X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSound%2FCMakeLists.txt;h=470e684c15f6f53e5dfe27ddcbde638eda7dd925;hb=58e79013e3c1d412d8e1f8adc0c39a400484c5ae;hp=f147287626883cffe181ec237c53f255b0f46a54;hpb=badec14d27da17c7c1342997f6a0352e9129326e;p=flightgear.git diff --git a/src/Sound/CMakeLists.txt b/src/Sound/CMakeLists.txt index f14728762..470e684c1 100644 --- a/src/Sound/CMakeLists.txt +++ b/src/Sound/CMakeLists.txt @@ -1,6 +1,8 @@ include(FlightGearComponent) set(SOURCES + audioident.cxx + soundgenerator.cxx beacon.cxx fg_fx.cxx morse.cxx @@ -8,5 +10,16 @@ set(SOURCES voice.cxx voiceplayer.cxx ) - -flightgear_component(Sound "${SOURCES}") \ No newline at end of file + +set(HEADERS + audioident.hxx + soundgenerator.hxx + beacon.hxx + fg_fx.hxx + morse.hxx + sample_queue.hxx + voice.hxx + voiceplayer.hxx + ) + +flightgear_component(Sound "${SOURCES}" "${HEADERS}")