From 85778dbcc116d7a6fa14101f217c81e2c0bec89a Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 29 Mar 2016 09:36:19 +0200 Subject: [PATCH] CMakeLists.txt files cleanup --- fcdhid/CMakeLists.txt | 2 -- fcdlib/CMakeLists.txt | 2 -- plugins/channel/chanalyzer/CMakeLists.txt | 4 ---- plugins/channel/demodam/CMakeLists.txt | 4 ---- plugins/channel/demodbfm/CMakeLists.txt | 4 ---- plugins/channel/demodlora/CMakeLists.txt | 4 ---- plugins/channel/demodnfm/CMakeLists.txt | 4 ---- plugins/channel/demodssb/CMakeLists.txt | 4 ---- plugins/channel/demodwfm/CMakeLists.txt | 4 ---- plugins/channel/tcpsrc/CMakeLists.txt | 4 ---- plugins/channel/udpsrc/CMakeLists.txt | 4 ---- plugins/samplesource/airspy/CMakeLists.txt | 3 --- plugins/samplesource/bladerf/CMakeLists.txt | 3 --- plugins/samplesource/fcdpro/CMakeLists.txt | 3 --- plugins/samplesource/fcdproplus/CMakeLists.txt | 3 --- plugins/samplesource/filesource/CMakeLists.txt | 2 -- plugins/samplesource/hackrf/CMakeLists.txt | 3 --- plugins/samplesource/rtlsdr/CMakeLists.txt | 3 --- plugins/samplesource/sdrdaemon/CMakeLists.txt | 2 -- 19 files changed, 62 deletions(-) diff --git a/fcdhid/CMakeLists.txt b/fcdhid/CMakeLists.txt index f1d820cde..f90316c9b 100644 --- a/fcdhid/CMakeLists.txt +++ b/fcdhid/CMakeLists.txt @@ -14,8 +14,6 @@ set(fcdhid_HEADERS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl ) #add_definitions(-DQT_PLUGIN) diff --git a/fcdlib/CMakeLists.txt b/fcdlib/CMakeLists.txt index d313bf85c..198094a28 100644 --- a/fcdlib/CMakeLists.txt +++ b/fcdlib/CMakeLists.txt @@ -15,8 +15,6 @@ set(fcdlib_HEADERS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl ) #add_definitions(-DQT_PLUGIN) diff --git a/plugins/channel/chanalyzer/CMakeLists.txt b/plugins/channel/chanalyzer/CMakeLists.txt index 743bb3fbd..2eda838f4 100644 --- a/plugins/channel/chanalyzer/CMakeLists.txt +++ b/plugins/channel/chanalyzer/CMakeLists.txt @@ -19,9 +19,6 @@ set(chanalyzer_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl - ${OPENGL_INCLUDE_DIR} ) #include(${QT_USE_FILE}) @@ -40,7 +37,6 @@ add_library(chanalyzer SHARED target_link_libraries(chanalyzer ${QT_LIBRARIES} - ${OPENGL_LIBRARIES} sdrbase ) diff --git a/plugins/channel/demodam/CMakeLists.txt b/plugins/channel/demodam/CMakeLists.txt index 983d5d215..cb65025d9 100644 --- a/plugins/channel/demodam/CMakeLists.txt +++ b/plugins/channel/demodam/CMakeLists.txt @@ -19,9 +19,6 @@ set(am_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl - ${OPENGL_INCLUDE_DIR} ) #include(${QT_USE_FILE}) @@ -40,7 +37,6 @@ add_library(demodam SHARED target_link_libraries(demodam ${QT_LIBRARIES} - ${OPENGL_LIBRARIES} sdrbase ) diff --git a/plugins/channel/demodbfm/CMakeLists.txt b/plugins/channel/demodbfm/CMakeLists.txt index cfd0e3f28..09899dc17 100644 --- a/plugins/channel/demodbfm/CMakeLists.txt +++ b/plugins/channel/demodbfm/CMakeLists.txt @@ -27,9 +27,6 @@ set(bfm_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl - ${OPENGL_INCLUDE_DIR} ) #include(${QT_USE_FILE}) @@ -47,7 +44,6 @@ add_library(demodbfm SHARED target_link_libraries(demodbfm ${QT_LIBRARIES} - ${OPENGL_LIBRARIES} sdrbase ) diff --git a/plugins/channel/demodlora/CMakeLists.txt b/plugins/channel/demodlora/CMakeLists.txt index 149652655..c477b334e 100644 --- a/plugins/channel/demodlora/CMakeLists.txt +++ b/plugins/channel/demodlora/CMakeLists.txt @@ -19,9 +19,6 @@ set(lora_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl - ${OPENGL_INCLUDE_DIR} ) #include(${QT_USE_FILE}) @@ -40,7 +37,6 @@ add_library(demodlora SHARED target_link_libraries(demodlora ${QT_LIBRARIES} - ${OPENGL_LIBRARIES} sdrbase ) diff --git a/plugins/channel/demodnfm/CMakeLists.txt b/plugins/channel/demodnfm/CMakeLists.txt index 75cf0b338..17a38f21f 100644 --- a/plugins/channel/demodnfm/CMakeLists.txt +++ b/plugins/channel/demodnfm/CMakeLists.txt @@ -19,9 +19,6 @@ set(nfm_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl - ${OPENGL_INCLUDE_DIR} ) #include(${QT_USE_FILE}) @@ -40,7 +37,6 @@ add_library(demodnfm SHARED target_link_libraries(demodnfm ${QT_LIBRARIES} - ${OPENGL_LIBRARIES} sdrbase ) diff --git a/plugins/channel/demodssb/CMakeLists.txt b/plugins/channel/demodssb/CMakeLists.txt index 8ff93d773..57edc8bbf 100644 --- a/plugins/channel/demodssb/CMakeLists.txt +++ b/plugins/channel/demodssb/CMakeLists.txt @@ -19,9 +19,6 @@ set(ssb_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl - ${OPENGL_INCLUDE_DIR} ) #include(${QT_USE_FILE}) @@ -40,7 +37,6 @@ add_library(demodssb SHARED target_link_libraries(demodssb ${QT_LIBRARIES} - ${OPENGL_LIBRARIES} sdrbase ) diff --git a/plugins/channel/demodwfm/CMakeLists.txt b/plugins/channel/demodwfm/CMakeLists.txt index 8e11cb338..8362a8780 100644 --- a/plugins/channel/demodwfm/CMakeLists.txt +++ b/plugins/channel/demodwfm/CMakeLists.txt @@ -19,9 +19,6 @@ set(wfm_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl - ${OPENGL_INCLUDE_DIR} ) #include(${QT_USE_FILE}) @@ -40,7 +37,6 @@ add_library(demodwfm SHARED target_link_libraries(demodwfm ${QT_LIBRARIES} - ${OPENGL_LIBRARIES} sdrbase ) diff --git a/plugins/channel/tcpsrc/CMakeLists.txt b/plugins/channel/tcpsrc/CMakeLists.txt index fcf8c1e79..fb6bb8149 100644 --- a/plugins/channel/tcpsrc/CMakeLists.txt +++ b/plugins/channel/tcpsrc/CMakeLists.txt @@ -19,9 +19,6 @@ set(tcpsrc_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl - ${OPENGL_INCLUDE_DIR} ) #include(${QT_USE_FILE}) @@ -40,7 +37,6 @@ add_library(demodtcpsrc SHARED target_link_libraries(demodtcpsrc ${QT_LIBRARIES} - ${OPENGL_LIBRARIES} sdrbase ) diff --git a/plugins/channel/udpsrc/CMakeLists.txt b/plugins/channel/udpsrc/CMakeLists.txt index 938a05671..cd26f937c 100644 --- a/plugins/channel/udpsrc/CMakeLists.txt +++ b/plugins/channel/udpsrc/CMakeLists.txt @@ -19,9 +19,6 @@ set(udpsrc_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl - ${OPENGL_INCLUDE_DIR} ) #include(${QT_USE_FILE}) @@ -40,7 +37,6 @@ add_library(demodudpsrc SHARED target_link_libraries(demodudpsrc ${QT_LIBRARIES} - ${OPENGL_LIBRARIES} sdrbase ) diff --git a/plugins/samplesource/airspy/CMakeLists.txt b/plugins/samplesource/airspy/CMakeLists.txt index d49c18f1a..1ba5cf91a 100644 --- a/plugins/samplesource/airspy/CMakeLists.txt +++ b/plugins/samplesource/airspy/CMakeLists.txt @@ -23,8 +23,6 @@ set(airspy_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl ${LIBAIRSPY_INCLUDE_DIR} ) @@ -46,7 +44,6 @@ add_library(inputairspy SHARED target_link_libraries(inputairspy ${QT_LIBRARIES} ${LIBAIRSPY_LIBRARIES} - ${LIBUSB_LIBRARIES} sdrbase ) diff --git a/plugins/samplesource/bladerf/CMakeLists.txt b/plugins/samplesource/bladerf/CMakeLists.txt index 406a7f256..6378187c3 100644 --- a/plugins/samplesource/bladerf/CMakeLists.txt +++ b/plugins/samplesource/bladerf/CMakeLists.txt @@ -23,8 +23,6 @@ set(bladerf_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl ${LIBBLADERF_INCLUDE_DIR} ) @@ -45,7 +43,6 @@ add_library(inputbladerf SHARED target_link_libraries(inputbladerf ${QT_LIBRARIES} ${LIBBLADERF_LIBRARIES} - ${LIBUSB_LIBRARIES} sdrbase ) diff --git a/plugins/samplesource/fcdpro/CMakeLists.txt b/plugins/samplesource/fcdpro/CMakeLists.txt index 4f70e502d..e5c893861 100644 --- a/plugins/samplesource/fcdpro/CMakeLists.txt +++ b/plugins/samplesource/fcdpro/CMakeLists.txt @@ -23,8 +23,6 @@ set(fcdpro_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl ${CMAKE_SOURCE_DIR}/fcdhid ${CMAKE_SOURCE_DIR}/fcdlib ) @@ -45,7 +43,6 @@ add_library(inputfcdpro SHARED target_link_libraries(inputfcdpro ${QT_LIBRARIES} - ${LIBUSB_LIBRARIES} asound fcdhid fcdlib diff --git a/plugins/samplesource/fcdproplus/CMakeLists.txt b/plugins/samplesource/fcdproplus/CMakeLists.txt index c23702ba1..706d43618 100644 --- a/plugins/samplesource/fcdproplus/CMakeLists.txt +++ b/plugins/samplesource/fcdproplus/CMakeLists.txt @@ -23,8 +23,6 @@ set(fcdproplus_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl ${CMAKE_SOURCE_DIR}/fcdhid ${CMAKE_SOURCE_DIR}/fcdlib ) @@ -45,7 +43,6 @@ add_library(inputfcdproplus SHARED target_link_libraries(inputfcdproplus ${QT_LIBRARIES} - ${LIBUSB_LIBRARIES} asound fcdhid fcdlib diff --git a/plugins/samplesource/filesource/CMakeLists.txt b/plugins/samplesource/filesource/CMakeLists.txt index 248dc0a7a..7c3eefe4c 100644 --- a/plugins/samplesource/filesource/CMakeLists.txt +++ b/plugins/samplesource/filesource/CMakeLists.txt @@ -21,8 +21,6 @@ set(filesource_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl ) #include(${QT_USE_FILE}) diff --git a/plugins/samplesource/hackrf/CMakeLists.txt b/plugins/samplesource/hackrf/CMakeLists.txt index 116acceec..bcc4ca783 100644 --- a/plugins/samplesource/hackrf/CMakeLists.txt +++ b/plugins/samplesource/hackrf/CMakeLists.txt @@ -23,8 +23,6 @@ set(hackrf_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl ${LIBHACKRF_INCLUDE_DIR} ) @@ -46,7 +44,6 @@ add_library(inputhackrf SHARED target_link_libraries(inputhackrf ${QT_LIBRARIES} ${LIBHACKRF_LIBRARIES} - ${LIBUSB_LIBRARIES} sdrbase ) diff --git a/plugins/samplesource/rtlsdr/CMakeLists.txt b/plugins/samplesource/rtlsdr/CMakeLists.txt index e28775ebc..13e5fefa9 100644 --- a/plugins/samplesource/rtlsdr/CMakeLists.txt +++ b/plugins/samplesource/rtlsdr/CMakeLists.txt @@ -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 ) diff --git a/plugins/samplesource/sdrdaemon/CMakeLists.txt b/plugins/samplesource/sdrdaemon/CMakeLists.txt index a347ed988..5823ac254 100644 --- a/plugins/samplesource/sdrdaemon/CMakeLists.txt +++ b/plugins/samplesource/sdrdaemon/CMakeLists.txt @@ -26,8 +26,6 @@ set(sdrdaemon_FORMS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/include-gpl ) #include(${QT_USE_FILE})