Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Find dependency in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jun 23, 2016
1 parent de9adae commit d74dcc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmake/Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
@PACKAGE_INIT@

find_package(ZLIB CONFIG REQUIRED)
find_package(convertutf CONFIG REQUIRED)
find_package(irrXML CONFIG REQUIRED)
find_package(minizip CONFIG REQUIRED)
find_package(openddlparser CONFIG REQUIRED)
find_package(poly2tri CONFIG REQUIRED)
find_package(polyclipping CONFIG REQUIRED)

include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
check_required_components("@PROJECT_NAME@")

0 comments on commit d74dcc8

Please sign in to comment.