~ubuntu-branches/ubuntu/wily/ki18n/wily-proposed

« back to all changes in this revision

Viewing changes to KF5I18nConfig.cmake.in

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-03-17 15:38:35 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20150317153835-178oh2sxmn7hh6bu
Tags: 5.8.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@PACKAGE_INIT@
2
2
 
3
 
set(KI18N_MODULE_DIR "${PACKAGE_PREFIX_DIR}/@CMAKECONFIG_INSTALL_DIR@")
 
3
# This is no longer used by the macros, but we should keep it in case
 
4
# something else is using it.
 
5
set(KI18N_MODULE_DIR "${CMAKE_CURRENT_LIST_DIR}")
4
6
 
5
7
include("${CMAKE_CURRENT_LIST_DIR}/KF5I18nTargets.cmake")
6
8
include("${CMAKE_CURRENT_LIST_DIR}/KF5I18NMacros.cmake")