From def2002dc006794ab2006e57155305ef48602886 Mon Sep 17 00:00:00 2001 From: shizhenghui Date: Wed, 3 Jul 2024 17:18:33 +0800 Subject: [PATCH] apps: add videoutils to CMakeLists.txt Signed-off-by: shizhenghui --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b2fd150f..b1ce9c72c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,7 @@ add_subdirectory(sdr) add_subdirectory(system) add_subdirectory(testing) add_subdirectory(tools) +add_subdirectory(videoutils) add_subdirectory(wireless) # add examples and external at the end to allow library dependencies