diff options
| author | kkitayam <[email protected]> | 2021-09-30 22:14:29 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-09-30 22:14:29 +0900 |
| commit | a1788da4105b762e919dee0e1f2141288751e7b8 (patch) | |
| tree | 919250b029129a21d1062b61e2e69f58c0a24477 /examples | |
| parent | 2800a6a5830e721baffdf95e4fe6cd1475771582 (diff) | |
Add video class entry to rp2040 building scripts
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/CMakeLists.txt b/examples/device/CMakeLists.txt index a0e4600f6..edf5ab805 100644 --- a/examples/device/CMakeLists.txt +++ b/examples/device/CMakeLists.txt @@ -24,4 +24,5 @@ family_add_subdirectory(msc_dual_lun) family_add_subdirectory(net_lwip_webserver) family_add_subdirectory(uac2_headset) family_add_subdirectory(usbtmc) +family_add_subdirectory(video_capture) family_add_subdirectory(webusb_serial) |
