mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 11:04:10 -04:00
Deep redesign: move to SDRangel #6. New readme and cleanup
This commit is contained in:
@@ -5,12 +5,12 @@ find_package(LibUSB)
|
||||
if(V4L-RTL)
|
||||
FIND_LIBRARY (LIBV4L2 v4l2)
|
||||
FIND_PATH (LIBV4L2H libv4l2.h)
|
||||
add_subdirectory(v4l-rtl)
|
||||
# add_subdirectory(v4l-rtl)
|
||||
endif()
|
||||
if(V4L-MSI)
|
||||
FIND_LIBRARY (LIBV4L2 v4l2)
|
||||
FIND_PATH (LIBV4L2H libv4l2.h)
|
||||
add_subdirectory(v4l-msi)
|
||||
# add_subdirectory(v4l-msi)
|
||||
endif()
|
||||
|
||||
if(LIBUSB_FOUND AND UNIX)
|
||||
|
||||
Reference in New Issue
Block a user