Skip to content

Commit 06a24e2

Browse files
committed
example_15-05
1 parent 24d4f2a commit 06a24e2

File tree

2 files changed

+567
-2
lines changed

2 files changed

+567
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ add_executable( example_15-01 example_15-01.cpp )
5757
add_executable( example_15-02 example_15-02.cpp )
5858
add_executable( example_15-03 example_15-03.cpp )
5959
add_executable( example_15-04 example_15-04.cpp )
60+
add_executable( example_15-05 example_15-05.cpp )
6061
#...
6162
add_executable( example_16-01 example_16-01.cpp )
6263

@@ -107,7 +108,6 @@ target_link_libraries( example_15-01 ${OpenCV_LIBS} )
107108
target_link_libraries( example_15-02 ${OpenCV_LIBS} )
108109
target_link_libraries( example_15-03 ${OpenCV_LIBS} )
109110
target_link_libraries( example_15-04 ${OpenCV_LIBS} )
111+
target_link_libraries( example_15-05 ${OpenCV_LIBS} )
110112
#...
111113
target_link_libraries( example_16-01 ${OpenCV_LIBS} )
112-
Contact GitHub API Training Shop Blog About
113-
© 2017 GitHub, Inc. Terms Privacy Security Status Help

0 commit comments

Comments
 (0)