1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-21 04:16:34 -04:00

WDSP receiver: fixed FFTW3F include

This commit is contained in:
f4exb 2024-07-09 07:54:21 +02:00
parent 50c4feb6bb
commit a33f53c79b

View File

@ -21,6 +21,7 @@ set(wdsprx_HEADERS
include_directories(
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/wdsp
${FFTW3F_INCLUDE_DIRS}
)
if(NOT SERVER_MODE)