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

cmake: removed unncecessary dependencies on librtlsdr and libusb

This commit is contained in:
Edouard Griffiths
2016-02-17 18:26:34 +01:00
parent e9d55b7f04
commit da26fa3781
2 changed files with 5 additions and 5 deletions
@@ -23,7 +23,6 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/include-gpl
${LIBRTLSDR_INCLUDE_DIR}
)
#include(${QT_USE_FILE})
@@ -42,7 +41,6 @@ add_library(inputfilesource SHARED
target_link_libraries(inputfilesource
${QT_LIBRARIES}
${LIBUSB_LIBRARIES}
sdrbase
)