mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 08:54:49 -04:00
Boost.
This commit is contained in:
@@ -4,6 +4,7 @@ find_package(LibUSB)
|
||||
#find_package(LibOsmoSDR)
|
||||
|
||||
add_subdirectory(gnuradio)
|
||||
#add_subdirectory(remote)
|
||||
|
||||
if(LIBUSB_FOUND AND LIBOSMOSDR_FOUND)
|
||||
add_subdirectory(osmosdr)
|
||||
@@ -13,8 +14,6 @@ if(KERNEL AND UNIX)
|
||||
FIND_LIBRARY (LIBV4L2 v4l2)
|
||||
FIND_PATH (LIBV4L2H libv4l2.h)
|
||||
add_subdirectory(v4l)
|
||||
else()
|
||||
find_package(LibRTLSDR)
|
||||
endif()
|
||||
|
||||
if(LIBUSB_FOUND AND UNIX)
|
||||
@@ -25,6 +24,7 @@ if(LIBASOUND AND ASOUNDH)
|
||||
add_subdirectory(fcd)
|
||||
endif()
|
||||
|
||||
find_package(LibRTLSDR)
|
||||
if(LIBUSB_FOUND AND LIBRTLSDR_FOUND)
|
||||
add_subdirectory(rtlsdr)
|
||||
endif(LIBUSB_FOUND AND LIBRTLSDR_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user