rename submodule v4l2wrapper according to git repo name

pull/296/head
mpromonet 2 years ago
parent b9b48c40b8
commit 3f81e89799

2
.gitmodules vendored

@ -1,5 +1,5 @@
[submodule "v4l2wrapper"]
path = v4l2wrapper
path = libv4l2cpp
url = https://github.com/mpromonet/v4l2wrapper
[submodule "hls.js"]
path = hls.js

@ -111,11 +111,11 @@ if (ALSA)
endif ()
endif()
# v4l2wrapper
# libv4l2cpp
EXEC_PROGRAM("git submodule update --init")
add_subdirectory(v4l2wrapper EXCLUDE_FROM_ALL)
include_directories("v4l2wrapper/inc")
target_link_libraries (${PROJECT_NAME} v4l2wrapper)
add_subdirectory(libv4l2cpp EXCLUDE_FROM_ALL)
include_directories("libv4l2cpp/inc")
target_link_libraries (${PROJECT_NAME} libv4l2cpp)
# static link of stdc++ if available
include(CheckCXXCompilerFlag)

@ -0,0 +1 @@
Subproject commit e06e49e2dd18082808a4f875993e722604487389

@ -1 +0,0 @@
Subproject commit 7f5e1ce865faee2e6832026c3c569db22e88d242
Loading…
Cancel
Save