Skip to content

Commit

Permalink
* fix compilation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed Jan 11, 2025
1 parent af35fa5 commit b70bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rtsp_yolo_demo/main/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
###############################################

###### Add required/dependent components ######
list(APPEND ADD_REQUIREMENTS vision nn)
list(APPEND ADD_REQUIREMENTS vision nn media_server)
###############################################

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

0 comments on commit b70bdbe

Please sign in to comment.