1
0
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:
f4exb
2015-08-30 21:46:27 +02:00
parent 4fdfcfe386
commit 3aa4dc710b
20 changed files with 39 additions and 1739 deletions
+2 -2
View File
@@ -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)