diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a0c139..1e730dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,13 +46,40 @@ include_directories(${FEC_INCLUDE_DIRS}) list(APPEND etisnoop_sources dabplussnoop.cpp - lib_crc.c - firecode.c - faad_decoder.cpp - wavfile.c etiinput.cpp etisnoop.cpp + faad_decoder.cpp + fig0_0.cpp + fig0_1.cpp + fig0_2.cpp + fig0_3.cpp + fig0_5.cpp + fig0_6.cpp + fig0_8.cpp + fig0_9.cpp + fig0_10.cpp + fig0_11.cpp + fig0_13.cpp + fig0_14.cpp + fig0_16.cpp + fig0_17.cpp + fig0_18.cpp + fig0_19.cpp + fig0_21.cpp + fig0_22.cpp + fig0_24.cpp + fig0_25.cpp + fig0_26.cpp + fig0_27.cpp + fig0_28.cpp + fig0_31.cpp + figs.cpp + firecode.c + lib_crc.c rsdecoder.cpp + tables.cpp + utils.cpp + wavfile.c ) set_source_files_properties(${etisnoop_sources} PROPERTIES LANGUAGE "CXX") |