2020-12-31 03:32:09 +00:00
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
# global includes
|
|
|
|
# not ideal but not so slow
|
2019-08-30 10:22:26 +00:00
|
|
|
# otherwise use target_include_directories
|
2019-08-15 06:30:42 +00:00
|
|
|
include_directories(
|
|
|
|
${GPSD_INCLUDE_DIRS}
|
|
|
|
${HAMLIB_INCLUDE_DIRS}
|
|
|
|
${ALSA_INCLUDE_DIRS}
|
|
|
|
${UDEV_INCLUDE_DIRS}
|
|
|
|
${PORTAUDIO_INCLUDE_DIRS}
|
2021-02-25 11:36:34 +00:00
|
|
|
${SNDIO_INCLUDE_DIRS}
|
2019-08-15 06:30:42 +00:00
|
|
|
${CUSTOM_GEOTRANZ_DIR}
|
2020-04-06 02:43:41 +00:00
|
|
|
${GPIOD_INCLUDE_DIRS}
|
2019-08-15 06:30:42 +00:00
|
|
|
)
|
|
|
|
|
2019-09-02 09:40:16 +00:00
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
include_directories(
|
2023-11-16 01:02:32 +00:00
|
|
|
${CUSTOM_HIDAPI_DIR}
|
2019-09-02 09:40:16 +00:00
|
|
|
${CUSTOM_REGEX_DIR}
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2023-11-16 01:02:32 +00:00
|
|
|
if(APPLE)
|
|
|
|
include_directories(
|
|
|
|
${HIDAPI_INCLUDE_DIRS}
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2019-08-30 10:22:26 +00:00
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
# direwolf
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND direwolf_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
direwolf.c
|
2020-04-19 04:50:18 +00:00
|
|
|
ais.c
|
2019-08-15 06:30:42 +00:00
|
|
|
aprs_tt.c
|
|
|
|
audio_stats.c
|
|
|
|
ax25_link.c
|
|
|
|
ax25_pad.c
|
|
|
|
ax25_pad2.c
|
|
|
|
beacon.c
|
|
|
|
config.c
|
|
|
|
decode_aprs.c
|
2023-12-23 15:57:03 +00:00
|
|
|
deviceid.c
|
2019-08-15 06:30:42 +00:00
|
|
|
dedupe.c
|
|
|
|
demod_9600.c
|
|
|
|
demod_afsk.c
|
|
|
|
demod_psk.c
|
|
|
|
demod.c
|
|
|
|
digipeater.c
|
|
|
|
cdigipeater.c
|
|
|
|
dlq.c
|
|
|
|
dsp.c
|
|
|
|
dtime_now.c
|
|
|
|
dtmf.c
|
|
|
|
dwgps.c
|
2020-05-27 01:20:37 +00:00
|
|
|
dwsock.c
|
2019-08-15 06:30:42 +00:00
|
|
|
encode_aprs.c
|
|
|
|
encode_aprs.c
|
|
|
|
fcs_calc.c
|
|
|
|
fcs_calc.c
|
2020-01-06 01:08:22 +00:00
|
|
|
fx25_encode.c
|
|
|
|
fx25_extract.c
|
|
|
|
fx25_init.c
|
|
|
|
fx25_rec.c
|
|
|
|
fx25_send.c
|
2020-04-19 04:50:18 +00:00
|
|
|
fx25_auto.c
|
2019-08-15 06:30:42 +00:00
|
|
|
gen_tone.c
|
|
|
|
hdlc_rec.c
|
|
|
|
hdlc_rec2.c
|
|
|
|
hdlc_send.c
|
|
|
|
igate.c
|
2021-10-22 21:29:20 +00:00
|
|
|
il2p_codec.c
|
|
|
|
il2p_scramble.c
|
|
|
|
il2p_rec.c
|
|
|
|
il2p_payload.c
|
|
|
|
il2p_init.c
|
|
|
|
il2p_header.c
|
|
|
|
il2p_send.c
|
2019-08-15 06:30:42 +00:00
|
|
|
kiss_frame.c
|
|
|
|
kiss.c
|
|
|
|
kissserial.c
|
|
|
|
kissnet.c
|
|
|
|
latlong.c
|
|
|
|
latlong.c
|
|
|
|
log.c
|
|
|
|
morse.c
|
|
|
|
multi_modem.c
|
|
|
|
waypoint.c
|
|
|
|
serial_port.c
|
|
|
|
pfilter.c
|
|
|
|
ptt.c
|
|
|
|
recv.c
|
|
|
|
rrbb.c
|
|
|
|
server.c
|
|
|
|
symbols.c
|
|
|
|
telemetry.c
|
|
|
|
textcolor.c
|
|
|
|
tq.c
|
|
|
|
tt_text.c
|
|
|
|
tt_user.c
|
|
|
|
xid.c
|
|
|
|
xmit.c
|
|
|
|
dwgps.c
|
|
|
|
dwgpsnmea.c
|
|
|
|
dwgpsd.c
|
|
|
|
mheard.c
|
|
|
|
)
|
|
|
|
|
|
|
|
if(LINUX)
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND direwolf_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
audio.c
|
|
|
|
)
|
|
|
|
if(UDEV_FOUND)
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND direwolf_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
cm108.c
|
|
|
|
)
|
|
|
|
endif()
|
2020-12-27 13:48:46 +00:00
|
|
|
if(AVAHI_CLIENT_FOUND)
|
|
|
|
list(APPEND direwolf_SOURCES
|
|
|
|
dns_sd_common.c
|
|
|
|
dns_sd_avahi.c
|
|
|
|
)
|
|
|
|
endif()
|
2019-09-02 09:40:16 +00:00
|
|
|
elseif(WIN32 OR CYGWIN) # windows
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND direwolf_SOURCES
|
|
|
|
audio_win.c
|
2021-02-07 21:19:34 +00:00
|
|
|
cm108.c
|
2019-08-15 06:30:42 +00:00
|
|
|
|
2019-08-30 10:22:26 +00:00
|
|
|
# icon
|
2019-09-02 09:40:16 +00:00
|
|
|
# require plain gcc binary or link
|
|
|
|
#${CMAKE_SOURCE_DIR}/cmake/cpack/direwolf.rc
|
|
|
|
)
|
|
|
|
list(REMOVE_ITEM direwolf_SOURCES
|
|
|
|
dwgpsd.c
|
|
|
|
)
|
2021-02-25 11:36:34 +00:00
|
|
|
elseif(HAVE_SNDIO)
|
|
|
|
list(APPEND direwolf_SOURCES
|
|
|
|
audio.c
|
|
|
|
)
|
|
|
|
else() # macOS freebsd
|
2019-09-02 09:40:16 +00:00
|
|
|
list(APPEND direwolf_SOURCES
|
|
|
|
audio_portaudio.c
|
2023-11-16 01:02:32 +00:00
|
|
|
cm108.c
|
2019-08-30 10:22:26 +00:00
|
|
|
)
|
2020-12-27 13:48:46 +00:00
|
|
|
if(USE_MACOS_DNSSD)
|
|
|
|
list(APPEND direwolf_SOURCES
|
|
|
|
dns_sd_common.c
|
|
|
|
dns_sd_macos.c
|
|
|
|
)
|
|
|
|
endif()
|
2019-08-15 06:30:42 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
add_executable(direwolf
|
|
|
|
${direwolf_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(direwolf
|
|
|
|
${GEOTRANZ_LIBRARIES}
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
${REGEX_LIBRARIES}
|
2021-02-07 21:19:34 +00:00
|
|
|
${HIDAPI_LIBRARIES}
|
2019-08-15 06:30:42 +00:00
|
|
|
Threads::Threads
|
|
|
|
${GPSD_LIBRARIES}
|
|
|
|
${HAMLIB_LIBRARIES}
|
|
|
|
${ALSA_LIBRARIES}
|
|
|
|
${UDEV_LIBRARIES}
|
|
|
|
${PORTAUDIO_LIBRARIES}
|
2020-04-06 02:43:41 +00:00
|
|
|
${GPIOD_LIBRARIES}
|
2021-02-25 11:36:34 +00:00
|
|
|
${SNDIO_LIBRARIES}
|
2020-12-27 13:48:46 +00:00
|
|
|
${AVAHI_LIBRARIES}
|
2019-08-15 06:30:42 +00:00
|
|
|
)
|
|
|
|
|
2019-09-02 09:40:16 +00:00
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
set_target_properties(direwolf
|
|
|
|
PROPERTIES COMPILE_FLAGS "-DUSE_REGEX_STATIC"
|
|
|
|
)
|
2021-02-07 21:19:34 +00:00
|
|
|
target_link_libraries(direwolf winmm ws2_32 setupapi)
|
2019-09-02 09:40:16 +00:00
|
|
|
endif()
|
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
# decode_aprs
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND decode_aprs_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
decode_aprs.c
|
2023-12-23 15:57:03 +00:00
|
|
|
deviceid.c
|
2020-04-19 04:50:18 +00:00
|
|
|
ais.c
|
2019-08-15 06:30:42 +00:00
|
|
|
kiss_frame.c
|
|
|
|
ax25_pad.c
|
|
|
|
dwgpsnmea.c
|
|
|
|
dwgps.c
|
|
|
|
dwgpsd.c
|
|
|
|
serial_port.c
|
|
|
|
symbols.c
|
|
|
|
textcolor.c
|
|
|
|
fcs_calc.c
|
|
|
|
latlong.c
|
|
|
|
log.c
|
|
|
|
telemetry.c
|
|
|
|
tt_text.c
|
|
|
|
)
|
|
|
|
|
2019-09-02 09:40:16 +00:00
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
list(REMOVE_ITEM decode_aprs_SOURCES
|
|
|
|
dwgpsd.c
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
add_executable(decode_aprs
|
|
|
|
${decode_aprs_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
set_target_properties(decode_aprs
|
2019-09-02 09:40:16 +00:00
|
|
|
PROPERTIES COMPILE_FLAGS "-DDECAMAIN -DUSE_REGEX_STATIC"
|
2019-08-15 06:30:42 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(decode_aprs
|
|
|
|
${MISC_LIBRARIES}
|
2019-09-02 09:40:16 +00:00
|
|
|
${REGEX_LIBRARIES}
|
2019-08-15 06:30:42 +00:00
|
|
|
Threads::Threads
|
|
|
|
${GPSD_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# Convert between text and touch tone representation.
|
|
|
|
# text2tt
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND text2tt_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
tt_text.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(text2tt
|
|
|
|
${text2tt_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
set_target_properties(text2tt
|
|
|
|
PROPERTIES COMPILE_FLAGS "-DENC_MAIN"
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(text2tt
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
# tt2text
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND tt2text_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
tt_text.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(tt2text
|
|
|
|
${tt2text_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
set_target_properties(tt2text
|
|
|
|
PROPERTIES COMPILE_FLAGS "-DDEC_MAIN"
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(tt2text
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# Convert between Latitude/Longitude and UTM coordinates.
|
|
|
|
# ll2utm
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND ll2utm_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
ll2utm.c
|
|
|
|
textcolor.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(ll2utm
|
|
|
|
${ll2utm_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(ll2utm
|
|
|
|
${GEOTRANZ_LIBRARIES}
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
# utm2ll
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND utm2ll_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
utm2ll.c
|
|
|
|
textcolor.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(utm2ll
|
|
|
|
${utm2ll_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(utm2ll
|
|
|
|
${GEOTRANZ_LIBRARIES}
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# Convert from log file to GPX.
|
|
|
|
# log2gpx
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND log2gpx_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
log2gpx.c
|
|
|
|
textcolor.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(log2gpx
|
|
|
|
${log2gpx_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(log2gpx
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# Test application to generate sound.
|
|
|
|
# gen_packets
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND gen_packets_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
gen_packets.c
|
|
|
|
ax25_pad.c
|
2021-10-22 21:29:20 +00:00
|
|
|
ax25_pad2.c
|
2020-01-06 01:08:22 +00:00
|
|
|
fx25_encode.c
|
2021-10-22 21:29:20 +00:00
|
|
|
fx25_extract.c
|
2020-01-06 01:08:22 +00:00
|
|
|
fx25_init.c
|
|
|
|
fx25_send.c
|
2019-08-15 06:30:42 +00:00
|
|
|
hdlc_send.c
|
|
|
|
fcs_calc.c
|
|
|
|
gen_tone.c
|
2021-10-22 21:29:20 +00:00
|
|
|
il2p_codec.c
|
|
|
|
il2p_scramble.c
|
|
|
|
il2p_payload.c
|
|
|
|
il2p_init.c
|
|
|
|
il2p_header.c
|
|
|
|
il2p_send.c
|
2019-08-15 06:30:42 +00:00
|
|
|
morse.c
|
|
|
|
dtmf.c
|
|
|
|
textcolor.c
|
|
|
|
dsp.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(gen_packets
|
|
|
|
${gen_packets_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(gen_packets
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# Unit test for AFSK demodulator
|
|
|
|
# atest
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND atest_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
atest.c
|
2020-04-19 04:50:18 +00:00
|
|
|
ais.c
|
2019-08-15 06:30:42 +00:00
|
|
|
demod.c
|
|
|
|
demod_afsk.c
|
|
|
|
demod_psk.c
|
|
|
|
demod_9600.c
|
|
|
|
dsp.c
|
2020-01-06 01:08:22 +00:00
|
|
|
fx25_extract.c
|
2021-10-22 21:29:20 +00:00
|
|
|
fx25_encode.c
|
2020-01-06 01:08:22 +00:00
|
|
|
fx25_init.c
|
|
|
|
fx25_rec.c
|
2019-08-15 06:30:42 +00:00
|
|
|
hdlc_rec.c
|
|
|
|
hdlc_rec2.c
|
2021-10-22 21:29:20 +00:00
|
|
|
il2p_codec.c
|
|
|
|
il2p_scramble.c
|
|
|
|
il2p_rec.c
|
|
|
|
il2p_payload.c
|
|
|
|
il2p_init.c
|
|
|
|
il2p_header.c
|
2019-08-15 06:30:42 +00:00
|
|
|
multi_modem.c
|
|
|
|
rrbb.c
|
|
|
|
fcs_calc.c
|
|
|
|
ax25_pad.c
|
2021-10-22 21:29:20 +00:00
|
|
|
ax25_pad2.c
|
2019-08-15 06:30:42 +00:00
|
|
|
decode_aprs.c
|
2023-12-23 15:57:03 +00:00
|
|
|
deviceid.c
|
2019-08-15 06:30:42 +00:00
|
|
|
dwgpsnmea.c
|
|
|
|
dwgps.c
|
|
|
|
dwgpsd.c
|
|
|
|
serial_port.c
|
|
|
|
telemetry.c
|
|
|
|
dtime_now.c
|
|
|
|
latlong.c
|
|
|
|
symbols.c
|
|
|
|
tt_text.c
|
|
|
|
textcolor.c
|
|
|
|
)
|
|
|
|
|
2019-09-02 09:40:16 +00:00
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
list(REMOVE_ITEM atest_SOURCES
|
|
|
|
dwgpsd.c
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
add_executable(atest
|
|
|
|
${atest_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(atest
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
${GPSD_LIBRARIES}
|
2019-09-02 09:40:16 +00:00
|
|
|
${REGEX_LIBRARIES}
|
2019-08-15 06:30:42 +00:00
|
|
|
Threads::Threads
|
|
|
|
)
|
|
|
|
|
2019-09-02 09:40:16 +00:00
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
set_target_properties(atest
|
|
|
|
PROPERTIES COMPILE_FLAGS "-DUSE_REGEX_STATIC"
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
|
|
|
|
# Multiple AGWPE network or serial port clients to test TNCs side by side.
|
|
|
|
# aclients
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND aclients_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
aclients.c
|
|
|
|
ax25_pad.c
|
|
|
|
fcs_calc.c
|
|
|
|
textcolor.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(aclients
|
|
|
|
${aclients_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(aclients
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
Threads::Threads
|
|
|
|
)
|
|
|
|
|
2019-09-02 09:40:16 +00:00
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
target_link_libraries(aclients ws2_32)
|
|
|
|
endif()
|
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
|
|
|
|
# Talk to a KISS TNC.
|
|
|
|
# Note: kiss_frame.c has conditional compilation on KISSUTIL.
|
|
|
|
# kissutil
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND kissutil_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
kissutil.c
|
|
|
|
kiss_frame.c
|
|
|
|
ax25_pad.c
|
|
|
|
fcs_calc.c
|
|
|
|
textcolor.c
|
|
|
|
serial_port.c
|
|
|
|
dtime_now.c
|
|
|
|
dwsock.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(kissutil
|
|
|
|
${kissutil_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
set_target_properties(kissutil
|
|
|
|
PROPERTIES COMPILE_FLAGS "-DKISSUTIL"
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(kissutil
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
Threads::Threads
|
|
|
|
)
|
|
|
|
|
2019-09-02 09:40:16 +00:00
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
target_link_libraries(kissutil ws2_32)
|
|
|
|
endif()
|
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
|
2021-10-22 21:29:20 +00:00
|
|
|
# TNC interoperability testing for AX.25 connected mode.
|
|
|
|
# tnctest
|
|
|
|
list(APPEND tnctest_SOURCES
|
|
|
|
tnctest.c
|
|
|
|
textcolor.c
|
|
|
|
dtime_now.c
|
|
|
|
serial_port.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(tnctest
|
|
|
|
${tnctest_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(tnctest
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
Threads::Threads
|
|
|
|
)
|
|
|
|
|
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
target_link_libraries(tnctest ws2_32)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
# List USB audio adapters than can use GPIO for PTT.
|
2021-02-07 21:19:34 +00:00
|
|
|
# Originally for Linux only (using udev).
|
2023-11-16 01:02:32 +00:00
|
|
|
# Version 1.7 adds it for Windows. Uses local hidapi code.
|
|
|
|
# Post-1.7 adds it for Mac. Uses hidapi library.
|
2021-02-07 21:19:34 +00:00
|
|
|
|
2019-08-15 06:30:42 +00:00
|
|
|
# cm108
|
2023-11-16 01:02:32 +00:00
|
|
|
if(UDEV_FOUND OR WIN32 OR CYGWIN OR HIDAPI_FOUND)
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND cm108_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
cm108.c
|
|
|
|
textcolor.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(cm108
|
|
|
|
${cm108_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
set_target_properties(cm108
|
|
|
|
PROPERTIES COMPILE_FLAGS "-DCM108_MAIN"
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(cm108
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
)
|
2021-02-07 21:19:34 +00:00
|
|
|
|
|
|
|
if (LINUX)
|
|
|
|
target_link_libraries(cm108
|
|
|
|
${UDEV_LIBRARIES}
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2023-11-16 01:02:32 +00:00
|
|
|
if (APPLE)
|
|
|
|
target_link_libraries(cm108
|
|
|
|
${HIDAPI_LIBRARIES}
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2021-02-07 21:19:34 +00:00
|
|
|
if (WIN32 OR CYGWIN)
|
|
|
|
target_link_libraries(cm108
|
|
|
|
${HIDAPI_LIBRARIES}
|
|
|
|
ws2_32
|
|
|
|
setupapi
|
|
|
|
)
|
|
|
|
endif()
|
2019-08-15 06:30:42 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
# Touch Tone to Speech sample application.
|
|
|
|
# ttcalc
|
2019-08-30 10:22:26 +00:00
|
|
|
list(APPEND ttcalc_SOURCES
|
2019-08-15 06:30:42 +00:00
|
|
|
ttcalc.c
|
|
|
|
ax25_pad.c
|
|
|
|
fcs_calc.c
|
|
|
|
textcolor.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(ttcalc
|
|
|
|
${ttcalc_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(ttcalc
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
2019-09-02 09:40:16 +00:00
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
target_link_libraries(ttcalc ws2_32)
|
|
|
|
endif()
|
2019-08-15 06:30:42 +00:00
|
|
|
|
2020-01-06 01:08:22 +00:00
|
|
|
|
|
|
|
# Sample for packet radio server application.
|
|
|
|
# appserver
|
|
|
|
list(APPEND appserver_SOURCES
|
|
|
|
appserver.c
|
|
|
|
agwlib.c
|
|
|
|
dwsock.c
|
|
|
|
dtime_now.c
|
|
|
|
ax25_pad.c
|
|
|
|
fcs_calc.c
|
|
|
|
textcolor.c
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(appserver
|
|
|
|
${appserver_SOURCES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(appserver
|
|
|
|
${MISC_LIBRARIES}
|
|
|
|
Threads::Threads
|
|
|
|
)
|
|
|
|
|
|
|
|
if(WIN32 OR CYGWIN)
|
|
|
|
target_link_libraries(appserver ws2_32)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
2019-11-13 14:04:52 +00:00
|
|
|
install(TARGETS direwolf DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS decode_aprs DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS text2tt DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS tt2text DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS ll2utm DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS utm2ll DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS aclients DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS log2gpx DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS gen_packets DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS atest DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS ttcalc DESTINATION ${INSTALL_BIN_DIR})
|
|
|
|
install(TARGETS kissutil DESTINATION ${INSTALL_BIN_DIR})
|
2021-10-22 21:29:20 +00:00
|
|
|
install(TARGETS tnctest DESTINATION ${INSTALL_BIN_DIR})
|
2020-01-06 01:08:22 +00:00
|
|
|
install(TARGETS appserver DESTINATION ${INSTALL_BIN_DIR})
|
2023-11-16 01:02:32 +00:00
|
|
|
if(UDEV_FOUND OR WIN32 OR CYGWIN OR HIDAPI_FOUND)
|
2019-11-13 14:04:52 +00:00
|
|
|
install(TARGETS cm108 DESTINATION ${INSTALL_BIN_DIR})
|
2019-08-15 06:30:42 +00:00
|
|
|
endif()
|