Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix compiling walk96
  • Loading branch information
dforsi committed Mar 30, 2023
commit c346f73cca4e1595ecfe2c20d8666de5048562f9
21 changes: 21 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,27 @@ if(OPTIONAL_TEST)
${CUSTOM_SRC_DIR}/audio_stats.c
${CUSTOM_SRC_DIR}/dtime_now.c
${CUSTOM_SRC_DIR}/dlq.c
${CUSTOM_SRC_DIR}/ax25_pad2.c
${CUSTOM_SRC_DIR}/decode_aprs.c
${CUSTOM_SRC_DIR}/fx25_encode.c
${CUSTOM_SRC_DIR}/fx25_extract.c
${CUSTOM_SRC_DIR}/fx25_init.c
${CUSTOM_SRC_DIR}/fx25_rec.c
${CUSTOM_SRC_DIR}/fx25_send.c
${CUSTOM_SRC_DIR}/gen_tone.c
${CUSTOM_SRC_DIR}/igate.c
${CUSTOM_SRC_DIR}/il2p_codec.c
${CUSTOM_SRC_DIR}/il2p_header.c
${CUSTOM_SRC_DIR}/il2p_init.c
${CUSTOM_SRC_DIR}/il2p_payload.c
${CUSTOM_SRC_DIR}/il2p_rec.c
${CUSTOM_SRC_DIR}/il2p_scramble.c
${CUSTOM_SRC_DIR}/il2p_send.c
${CUSTOM_SRC_DIR}/mheard.c
${CUSTOM_SRC_DIR}/pfilter.c
${CUSTOM_SRC_DIR}/symbols.c
${CUSTOM_SRC_DIR}/telemetry.c
${CUSTOM_SRC_DIR}/tt_text.c
)

if(LINUX)
Expand Down