Merge pull request #552 from w0xel/master

Fix compile with fftw3f not in system dir
This commit is contained in:
Dominic Spill
2018-11-26 10:10:50 +13:00
committed by GitHub

View File

@ -24,6 +24,8 @@
set(INSTALL_DEFAULT_BINDIR "bin" CACHE STRING "Appended to CMAKE_INSTALL_PREFIX")
find_package(FFTW REQUIRED)
include_directories(${FFTW_INCLUDE_DIRS})
link_directories(${FFTW_LIBRARY_DIRS})
SET(TOOLS
hackrf_transfer