Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
9
third_party/FreeRDP/cmake/FindV4L.cmake
vendored
Normal file
9
third_party/FreeRDP/cmake/FindV4L.cmake
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
find_path(V4L_INCLUDE_DIR NAMES linux/videodev2.h)
|
||||
|
||||
find_package_handle_standard_args(V4L DEFAULT_MSG V4L_INCLUDE_DIR)
|
||||
|
||||
if(V4L_FOUND)
|
||||
set(V4L_INCLUDE_DIRS ${V4L_INCLUDE_DIR})
|
||||
endif()
|
||||
|
||||
mark_as_advanced(V4L_INCLUDE_DIR)
|
||||
Reference in New Issue
Block a user