File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ add_executable( example_15-04 example_15-04.cpp )
69
69
add_executable ( example_15-05 example_15-05.cpp )
70
70
add_executable ( example_15-BackgroundSubtractor example_15-BackgroundSubtractor.cpp )
71
71
add_executable ( example_16-01 example_16-01.cpp )
72
+ add_executable ( example_16-02 example_16-02.cpp )
72
73
add_executable ( example_17-01 example_17-01.cpp )
73
74
add_executable ( example_17-02 example_17-02.cpp )
74
75
add_executable ( example_18-01 example_18-01.cpp )
@@ -146,6 +147,7 @@ target_link_libraries( example_15-04 ${OpenCV_LIBS} )
146
147
target_link_libraries ( example_15-05 ${OpenCV_LIBS} )
147
148
target_link_libraries ( example_15-BackgroundSubtractor ${OpenCV_LIBS} )
148
149
target_link_libraries ( example_16-01 ${OpenCV_LIBS} )
150
+ target_link_libraries ( example_16-02 ${OpenCV_LIBS} )
149
151
target_link_libraries ( example_17-01 ${OpenCV_LIBS} )
150
152
target_link_libraries ( example_17-02 ${OpenCV_LIBS} )
151
153
target_link_libraries ( example_18-01 ${OpenCV_LIBS} )
You can’t perform that action at this time.
0 commit comments