ports/comms/sdr-wspr/files/patch-src_CMakeLists.txt
Diane Bruce ee082fbd54 A WSPR receiver/decoder using libsdr. This implementation embeds the original
WSPR Fortran code into a libsdr processing node, allowing to assemble a WSPR
receiver for various sources easily.

WWW: https://github.com/hmatuschek/sdr-wspr

PR:		207381
Submitted by:	Jeffrey Baitis <jeff@baitis.net>
2016-03-19 19:53:02 +00:00

11 lines
522 B
Text

--- src/CMakeLists.txt.orig 2015-04-21 14:32:18 UTC
+++ src/CMakeLists.txt
@@ -10,7 +10,7 @@ qt5_add_resources(sdr_wspr_RCC_SOURCES .
add_executable(sdr-wspr ${sdr_wspr_SOURCES} ${sdr_wspr_MOC_SOURCES} ${sdr_wspr_RCC_SOURCES})
target_link_libraries(sdr-wspr
${Qt5Core_LIBRARIES} ${Qt5Widgets_LIBRARIES} ${Qt5WebKitWidgets_LIBRARIES}
- ${LIBS} sdrwspr)
+ ${LIBS} ${LDFLAGS} sdrwspr)
#add_executable(sdr_wspr_cli wspr2.cc sdr_wspr_cli.cc)
#target_link_libraries(sdr_wspr_cli ${LIBS} ${Qt5Core_LIBRARIES} sdrwspr)