1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

enable fcdpro/fcdproplus on macOS; remove asound dependency

asound is not needed; now it uses qt audio
This commit is contained in:
Davide Gerhard
2019-04-19 08:30:48 +02:00
parent 0182364143
commit 121504eeb3
3 changed files with 3 additions and 5 deletions
@@ -25,7 +25,7 @@ set(fcdproplus_FORMS
include_directories(
.
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/fcdhid
${CMAKE_SOURCE_DIR}/fcdlib
)
@@ -46,7 +46,6 @@ add_library(inputfcdproplus SHARED
target_link_libraries(inputfcdproplus
${QT_LIBRARIES}
asound
fcdhid
fcdlib
sdrbase