Skip to content

Commit

Permalink
example_15-05
Browse files Browse the repository at this point in the history
  • Loading branch information
garybradski committed Jun 3, 2017
1 parent 24d4f2a commit 06a24e2
Show file tree
Hide file tree
Showing 2 changed files with 567 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ add_executable( example_15-01 example_15-01.cpp )
add_executable( example_15-02 example_15-02.cpp )
add_executable( example_15-03 example_15-03.cpp )
add_executable( example_15-04 example_15-04.cpp )
add_executable( example_15-05 example_15-05.cpp )
#...
add_executable( example_16-01 example_16-01.cpp )

Expand Down Expand Up @@ -107,7 +108,6 @@ target_link_libraries( example_15-01 ${OpenCV_LIBS} )
target_link_libraries( example_15-02 ${OpenCV_LIBS} )
target_link_libraries( example_15-03 ${OpenCV_LIBS} )
target_link_libraries( example_15-04 ${OpenCV_LIBS} )
target_link_libraries( example_15-05 ${OpenCV_LIBS} )
#...
target_link_libraries( example_16-01 ${OpenCV_LIBS} )
Contact GitHub API Training Shop Blog About
© 2017 GitHub, Inc. Terms Privacy Security Status Help
Loading

0 comments on commit 06a24e2

Please sign in to comment.