1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-30 12:42:25 -04:00

FT8 demod: added missing Boost include dirs

This commit is contained in:
Edouard Griffiths 2023-01-12 10:27:43 +01:00 committed by GitHub
parent 6addf0fd30
commit e3c16440d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ set(ft8_HEADERS
include_directories(
${FFTW3F_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/exports
${CMAKE_SOURCE_DIR}/sdrbase
)