Skip to content

Commit

Permalink
add opencv3 imgcodecs finder
Browse files Browse the repository at this point in the history
Change-Id: Id061fc53cb834ffa9508b54de835fb1b966276c1
  • Loading branch information
houssemkouki committed Sep 15, 2016
1 parent 30e0c42 commit c678a15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmake/qibuild/modules/opencv3_imgcodecs-config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Copyright (c) 2012-2015 Aldebaran Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH)
include("${_ROOT_DIR}/opencv3utils.cmake")

opencv3_flib(imgcodecs DEPENDS core)

0 comments on commit c678a15

Please sign in to comment.