Skip to content

Commit 757e7e7

Browse files
committedMar 30, 2023
Fix compiling testagc
1 parent 02a1400 commit 757e7e7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎test/CMakeLists.txt

+11
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,17 @@ if(OPTIONAL_TEST)
577577
${CUSTOM_SRC_DIR}/tt_text.c
578578
${CUSTOM_SRC_DIR}/symbols.c
579579
${CUSTOM_SRC_DIR}/textcolor.c
580+
${CUSTOM_SRC_DIR}/ax25_pad2.c
581+
${CUSTOM_SRC_DIR}/fx25_init.c
582+
${CUSTOM_SRC_DIR}/fx25_encode.c
583+
${CUSTOM_SRC_DIR}/fx25_extract.c
584+
${CUSTOM_SRC_DIR}/fx25_rec.c
585+
${CUSTOM_SRC_DIR}/il2p_header.c
586+
${CUSTOM_SRC_DIR}/il2p_init.c
587+
${CUSTOM_SRC_DIR}/il2p_codec.c
588+
${CUSTOM_SRC_DIR}/il2p_payload.c
589+
${CUSTOM_SRC_DIR}/il2p_rec.c
590+
${CUSTOM_SRC_DIR}/il2p_scramble.c
580591
)
581592

582593
if(WIN32 OR CYGWIN)

0 commit comments

Comments
 (0)