From ff47cfd2fdbd40d37b0b2527dd9bcfd3f5e92b50 Mon Sep 17 00:00:00 2001 From: BohaoWu Date: Fri, 9 Oct 2020 08:54:02 +0000 Subject: [PATCH] Add core/preprocess/CMakeLists.txt. --- core/preprocess/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 core/preprocess/CMakeLists.txt diff --git a/core/preprocess/CMakeLists.txt b/core/preprocess/CMakeLists.txt new file mode 100644 index 00000000..89a2502d --- /dev/null +++ b/core/preprocess/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(hwvideoframe) -- GitLab