File tree Expand file tree Collapse file tree 2 files changed +567
-2
lines changed
Expand file tree Collapse file tree 2 files changed +567
-2
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ add_executable( example_15-01 example_15-01.cpp )
5757add_executable ( example_15-02 example_15-02.cpp )
5858add_executable ( example_15-03 example_15-03.cpp )
5959add_executable ( example_15-04 example_15-04.cpp )
60+ add_executable ( example_15-05 example_15-05.cpp )
6061#...
6162add_executable ( example_16-01 example_16-01.cpp )
6263
@@ -107,7 +108,6 @@ target_link_libraries( example_15-01 ${OpenCV_LIBS} )
107108target_link_libraries ( example_15-02 ${OpenCV_LIBS} )
108109target_link_libraries ( example_15-03 ${OpenCV_LIBS} )
109110target_link_libraries ( example_15-04 ${OpenCV_LIBS} )
111+ target_link_libraries ( example_15-05 ${OpenCV_LIBS} )
110112#...
111113target_link_libraries ( example_16-01 ${OpenCV_LIBS} )
112- Contact GitHub API Training Shop Blog About
113- © 2017 GitHub, Inc. Terms Privacy Security Status Help
You can’t perform that action at this time.
0 commit comments