summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-03 22:24:04 +0700
committerhathach <[email protected]>2024-04-03 22:24:04 +0700
commit594833374c812ccb8b7bac404b7bc7c0fbd56ccf (patch)
tree70066a0eed29818f3c2c07ce56177f72d9187607 /examples
parent6a14dd190fa21d0632c956040fc0b2c0f41c676f (diff)
add new example to cmake include list
Diffstat (limited to 'examples')
-rw-r--r--examples/device/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/CMakeLists.txt b/examples/device/CMakeLists.txt
index 0a2e49ef0..c3671da69 100644
--- a/examples/device/CMakeLists.txt
+++ b/examples/device/CMakeLists.txt
@@ -28,4 +28,5 @@ family_add_subdirectory(net_lwip_webserver)
family_add_subdirectory(uac2_headset)
family_add_subdirectory(usbtmc)
family_add_subdirectory(video_capture)
+family_add_subdirectory(video_capture_2ch)
family_add_subdirectory(webusb_serial)