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

CMakeLists.txt files cleanup

This commit is contained in:
f4exb
2016-03-29 09:36:19 +02:00
parent 4b95c1cbc0
commit 85778dbcc1
19 changed files with 0 additions and 62 deletions
@@ -23,8 +23,6 @@ set(rtlsdr_FORMS
include_directories(
.
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/include-gpl
${LIBRTLSDR_INCLUDE_DIR}
)
@@ -45,7 +43,6 @@ add_library(inputrtlsdr SHARED
target_link_libraries(inputrtlsdr
${QT_LIBRARIES}
${LIBRTLSDR_LIBRARIES}
${LIBUSB_LIBRARIES}
sdrbase
)