From ec32c8b14859fb68f541172053421f991eb9e1bc Mon Sep 17 00:00:00 2001 From: lxowalle Date: Fri, 10 May 2024 22:29:12 +0800 Subject: [PATCH] * add voice --- components/maix/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/maix/CMakeLists.txt b/components/maix/CMakeLists.txt index c63cb2b..18c6dc4 100644 --- a/components/maix/CMakeLists.txt +++ b/components/maix/CMakeLists.txt @@ -23,7 +23,7 @@ append_srcs_dir(ADD_SRCS "src") # append source file in src dir to var ADD_S ############################################### ###### Add required/dependent components ###### -list(APPEND ADD_REQUIREMENTS pybind11 python3 basic nn peripheral vision comm network) +list(APPEND ADD_REQUIREMENTS pybind11 python3 basic nn peripheral vision comm network voice) ############################################### ###### Add link search path for requirements/libs ######