1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 01:55:48 -05:00

add Boost include to demodbfm channelrx

This commit is contained in:
Davide Gerhard 2019-04-15 10:45:06 +02:00
parent 941aea3b92
commit 190fe374f2
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97

View File

@ -30,7 +30,8 @@ endif()
include_directories(
.
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${Boost_INCLUDE_DIRS}
)
#include(${QT_USE_FILE})