1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

fixes for ubuntu 16.04

- probably libfreedv/freedv_api.cpp needs more work to avoid crash if
  the user select 700C or 800XA
This commit is contained in:
Davide Gerhard
2019-05-09 14:18:27 +02:00
parent 44668ad425
commit 5ff197bc35
14 changed files with 92 additions and 61 deletions
@@ -18,7 +18,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/devices
${LIBBLADERF_INCLUDE_DIR}
${LIBBLADERF_INCLUDE_DIRS}
)
if(NOT SERVER_MODE)
@@ -18,7 +18,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/devices
${LIBBLADERF_INCLUDE_DIR}
${LIBBLADERF_INCLUDE_DIRS}
)
if(NOT SERVER_MODE)