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
1 changed files with 0 additions and 1 deletions

View File

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