Skip to content

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bg2bhc committed Oct 1, 2024
1 parent d00c77a commit 6f05759
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ list(APPEND lilacsat_sources
afsk/fifobuf.c
afsk/kfile.c
afsk/wavegen.c
ccsds_ssdv/ccsds_ssdv.c
afsk/direwolf_demod_afsk.c
afsk/direwolf_dsp.c
ccsds_afsk/ccsds_afsk.c
ccsds/rs.c
ccsds/ccsds.c
ccsds/tab.c
Expand Down Expand Up @@ -96,8 +98,8 @@ list(APPEND lilacsat_sources
two_bit_dpd_precoder_impl.cc
vitfilt27_bb_impl.cc
vitfilt27_fb_impl.cc
ccsds_ssdv_encode_impl.cc
ccsds_ssdv_decode_impl.cc )
ccsds_afsk_encode_impl.cc
ccsds_afsk_decode_impl.cc )

set(lilacsat_sources "${lilacsat_sources}" PARENT_SCOPE)
if(NOT lilacsat_sources)
Expand Down Expand Up @@ -140,7 +142,6 @@ include_directories(${CPPUNIT_INCLUDE_DIRS})
#include_directories()
# List all files that contain Boost.UTF unit tests here
list(APPEND test_lilacsat_sources
qa_two_bit_dpd_precoder.cc
)
# Anything we need to link to for the unit tests go here
list(APPEND GR_TEST_TARGET_DEPS gnuradio-lilacsat)
Expand Down

0 comments on commit 6f05759

Please sign in to comment.