~neon/libkdcraw/master

« back to all changes in this revision

Viewing changes to cmake/templates/KF5KDcrawConfig.cmake.in

  • Committer: Friedrich W. H. Kossebau
  • Date: 2020-12-29 04:27:23 UTC
  • Revision ID: git-v1:8f7db0b69bf88c5f7d97b64161090b768923ca30
Port ECMPackageConfigHelpers -> CMakePackageConfigHelpers

GIT_SILENT

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
@PACKAGE_INIT@
15
15
 
 
16
include(CMakeFindDependencyMacro)
16
17
find_dependency(Qt5Core @QT_MIN_VERSION@)
17
18
find_dependency(Qt5Gui @QT_MIN_VERSION@)
18
19