mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-17 12:48:25 +01:00
Appveyor config for building hackrf_sweep (#344)
Appveyor builds for hackrf_sweep
This commit is contained in:
committed by
Michael Ossmann
parent
d7a799d6f2
commit
a8c1fc92e9
@@ -23,7 +23,7 @@
|
||||
|
||||
set(INSTALL_DEFAULT_BINDIR "bin" CACHE STRING "Appended to CMAKE_INSTALL_PREFIX")
|
||||
|
||||
INCLUDE(FindPkgConfig)
|
||||
find_package(FFTW REQUIRED)
|
||||
|
||||
SET(TOOLS
|
||||
hackrf_transfer
|
||||
@@ -39,9 +39,7 @@ if(MSVC)
|
||||
../getopt/getopt.c
|
||||
)
|
||||
LIST(APPEND TOOLS_LINK_LIBS ${FFTW_LIBRARIES})
|
||||
include_directories(${FFTW_INCLUDES})
|
||||
else()
|
||||
pkg_check_modules(FFTW REQUIRED fftw3f)
|
||||
LIST(APPEND TOOLS_LINK_LIBS m fftw3f)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user