1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-05 19:18:38 -04:00

Removed dependency on libbladeRF for filesource plugin

This commit is contained in:
f4exb 2015-09-04 02:25:45 +02:00
parent 919a1326f4
commit 410b6d15c0

View File

@ -42,7 +42,6 @@ add_library(inputfilesource SHARED
target_link_libraries(inputfilesource
${QT_LIBRARIES}
${LIBBLADERF_LIBRARIES}
${LIBUSB_LIBRARIES}
sdrbase
)