File: ColPackConfig.cmake.in

package info (click to toggle)
colpack 1.0.10-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,704 kB
  • sloc: cpp: 49,807; ansic: 1,231; makefile: 419; sh: 13
file content (13 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is configured by CMake and installed into ColPack's installation.
# It is used by downstream (client) projects when they use
# find_package(ColPack) in their CMakeLists.txt. We define variables that
# may be useful to users and include the file that defines ColPack's targets.
# CMake will replace all variables surrounded with "at" symbols by their value.
#
# For downstream users: the available targets are:
#  - ColPack_shared (for a shared library)
#  - ColPack_static (for a static library)
@PACKAGE_INIT@
set(ColPack_VERSION @COLPACK_VERSION@)
set_and_check(ColPack_ROOT_DIR "@PACKAGE_CMAKE_INSTALL_PREFIX@")
include("${CMAKE_CURRENT_LIST_DIR}/ColPackTargets.cmake")