From 757e7e713a1b6ecf3bad567e11bdb138193324d0 Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Thu, 30 Mar 2023 21:00:36 +0200 Subject: [PATCH] Fix compiling testagc --- test/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5c96ded..1799fa7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -577,6 +577,17 @@ if(OPTIONAL_TEST) ${CUSTOM_SRC_DIR}/tt_text.c ${CUSTOM_SRC_DIR}/symbols.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)