Fix compiling testagc

This commit is contained in:
Daniele Forsi 2023-03-30 21:00:36 +02:00
parent 02a14002fb
commit 757e7e713a
1 changed files with 11 additions and 0 deletions

View File

@ -577,6 +577,17 @@ if(OPTIONAL_TEST)
${CUSTOM_SRC_DIR}/tt_text.c ${CUSTOM_SRC_DIR}/tt_text.c
${CUSTOM_SRC_DIR}/symbols.c ${CUSTOM_SRC_DIR}/symbols.c
${CUSTOM_SRC_DIR}/textcolor.c ${CUSTOM_SRC_DIR}/textcolor.c
${CUSTOM_SRC_DIR}/ax25_pad2.c
${CUSTOM_SRC_DIR}/fx25_init.c
${CUSTOM_SRC_DIR}/fx25_encode.c
${CUSTOM_SRC_DIR}/fx25_extract.c
${CUSTOM_SRC_DIR}/fx25_rec.c
${CUSTOM_SRC_DIR}/il2p_header.c
${CUSTOM_SRC_DIR}/il2p_init.c
${CUSTOM_SRC_DIR}/il2p_codec.c
${CUSTOM_SRC_DIR}/il2p_payload.c
${CUSTOM_SRC_DIR}/il2p_rec.c
${CUSTOM_SRC_DIR}/il2p_scramble.c
) )
if(WIN32 OR CYGWIN) if(WIN32 OR CYGWIN)