Skip to content

Commit de276e5

Browse files
author
pkhaustov
committed
added example_16-02 to CMakeLists.txt
1 parent d73d4d5 commit de276e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ add_executable( example_15-04 example_15-04.cpp )
6969
add_executable( example_15-05 example_15-05.cpp )
7070
add_executable( example_15-BackgroundSubtractor example_15-BackgroundSubtractor.cpp )
7171
add_executable( example_16-01 example_16-01.cpp )
72+
add_executable( example_16-02 example_16-02.cpp )
7273
add_executable( example_17-01 example_17-01.cpp )
7374
add_executable( example_17-02 example_17-02.cpp )
7475
add_executable( example_18-01 example_18-01.cpp )
@@ -146,6 +147,7 @@ target_link_libraries( example_15-04 ${OpenCV_LIBS} )
146147
target_link_libraries( example_15-05 ${OpenCV_LIBS} )
147148
target_link_libraries( example_15-BackgroundSubtractor ${OpenCV_LIBS} )
148149
target_link_libraries( example_16-01 ${OpenCV_LIBS} )
150+
target_link_libraries( example_16-02 ${OpenCV_LIBS} )
149151
target_link_libraries( example_17-01 ${OpenCV_LIBS} )
150152
target_link_libraries( example_17-02 ${OpenCV_LIBS} )
151153
target_link_libraries( example_18-01 ${OpenCV_LIBS} )

0 commit comments

Comments
 (0)