1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-01 17:26:40 -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 target_link_libraries(inputfilesource
${QT_LIBRARIES} ${QT_LIBRARIES}
${LIBBLADERF_LIBRARIES}
${LIBUSB_LIBRARIES} ${LIBUSB_LIBRARIES}
sdrbase sdrbase
) )