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

Link FCD with libusb.

This commit is contained in:
John Greb
2015-01-15 10:57:05 +00:00
parent d93c2f8b14
commit 4d83ca105c
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ add_library(inputfcd SHARED
target_link_libraries(inputfcd
${QT_LIBRARIES}
${LIBUSB_LIBRARIES}
asound
sdrbase
)