Skip to content

Commit 30e1c2e

Browse files
committed
* add network
1 parent 17078be commit 30e1c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/maix/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ append_srcs_dir(ADD_SRCS "src") # append source file in src dir to var ADD_S
2323
###############################################
2424

2525
###### Add required/dependent components ######
26-
list(APPEND ADD_REQUIREMENTS pybind11 python3 basic nn peripheral vision comm)
26+
list(APPEND ADD_REQUIREMENTS pybind11 python3 basic nn peripheral vision comm network)
2727
###############################################
2828

2929
###### Add link search path for requirements/libs ######

0 commit comments

Comments
 (0)