mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-21 04:58:38 -05:00
FT8 demod: quick fix for Windows: add fftw include libraries
This commit is contained in:
parent
03bb2d6318
commit
e4b12f1c7f
@ -25,6 +25,7 @@ set(demodft8_HEADERS
|
|||||||
include_directories(
|
include_directories(
|
||||||
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
|
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
|
||||||
${CMAKE_SOURCE_DIR}/ft8
|
${CMAKE_SOURCE_DIR}/ft8
|
||||||
|
${FFTW3F_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT SERVER_MODE)
|
if(NOT SERVER_MODE)
|
||||||
|
Loading…
Reference in New Issue
Block a user