Fix compile with fftw3f not in system dir

This commit is contained in:
w0xel
2018-11-19 16:04:27 +01:00
committed by GitHub
parent abc7d68822
commit 20b351916e

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