Skip to content

Commit

Permalink
* add network
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed Apr 22, 2024
1 parent 17078be commit 30e1c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/maix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
list(APPEND ADD_REQUIREMENTS pybind11 python3 basic nn peripheral vision comm network)
###############################################

###### Add link search path for requirements/libs ######
Expand Down

0 comments on commit 30e1c2e

Please sign in to comment.