Fix compile with fftw3f not in system dir
This commit is contained in:
@ -24,6 +24,8 @@
|
|||||||
set(INSTALL_DEFAULT_BINDIR "bin" CACHE STRING "Appended to CMAKE_INSTALL_PREFIX")
|
set(INSTALL_DEFAULT_BINDIR "bin" CACHE STRING "Appended to CMAKE_INSTALL_PREFIX")
|
||||||
|
|
||||||
find_package(FFTW REQUIRED)
|
find_package(FFTW REQUIRED)
|
||||||
|
include_directories(${FFTW_INCLUDE_DIRS})
|
||||||
|
link_directories(${FFTW_LIBRARY_DIRS})
|
||||||
|
|
||||||
SET(TOOLS
|
SET(TOOLS
|
||||||
hackrf_transfer
|
hackrf_transfer
|
||||||
|
Reference in New Issue
Block a user