File: LibnormalizConfig.cmake.in

package info (click to toggle)
normaliz 3.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 21,636 kB
  • ctags: 1,508
  • sloc: cpp: 18,185; makefile: 253
file content (38 lines) | stat: -rw-r--r-- 2,001 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#                                               -*- cmake -*-
#
#  LibnormalizConfig.cmake(.in)
#
#  Copyright (C) 2014 Christof Soeger <csoeger@uos.de>
#


# Use the following variables to compile and link against libnormaliz:
#  LIBNORMALIZ_FOUND              - True if libnormaliz was found on your system
#  LIBNORMALIZ_USE_FILE           - The file making libnormaliz usable
#  LIBNORMALIZ_DEFINITIONS        - Definitions needed to build with libnormaliz
#  LIBNORMALIZ_INCLUDE_DIRS       - Directory where OT.hxx can be found
#  LIBNORMALIZ_INCLUDE_DIRS       - List of directories of libnormaliz and it's dependencies
#  LIBNORMALIZ_LIBRARY            - libnormaliz library location
#  LIBNORMALIZ_LIBRARIES          - List of libraries to link against libnormaliz library
#  LIBNORMALIZ_LIBRARY_DIRS       - List of directories containing libnormaliz' libraries
#  LIBNORMALIZ_ROOT_DIR           - The base directory of libnormaliz
#  LIBNORMALIZ_VERSION_STRING     - A human-readable string containing the version
#  LIBNORMALIZ_VERSION_MAJOR      - The major version of libnormaliz
#  LIBNORMALIZ_VERSION_MINOR      - The minor version of libnormaliz
#  LIBNORMALIZ_VERSION_PATCH      - The patch version of libnormaliz

set ( LIBNORMALIZ_FOUND 1 )
set ( LIBNORMALIZ_USE_FILE     "@LIBNORMALIZ_USE_FILE@" )

set ( LIBNORMALIZ_DEFINITIONS  "@LIBNORMALIZ_DEFINITIONS@" )
set ( LIBNORMALIZ_INCLUDE_DIR  "@LIBNORMALIZ_INCLUDE_DIR@" )
set ( LIBNORMALIZ_INCLUDE_DIRS "@LIBNORMALIZ_INCLUDE_DIRS@" )
set ( LIBNORMALIZ_LIBRARY      "@LIBNORMALIZ_LIBRARY@" )
set ( LIBNORMALIZ_LIBRARIES    "@LIBNORMALIZ_LIBRARIES@" )
set ( LIBNORMALIZ_LIBRARY_DIRS "@LIBNORMALIZ_LIBRARY_DIRS@" )
set ( LIBNORMALIZ_ROOT_DIR     "@LIBNORMALIZ_ROOT_DIR@" )

set ( LIBNORMALIZ_VERSION_STRING "@LIBNORMALIZ_VERSION_STRING@" )
set ( LIBNORMALIZ_VERSION_MAJOR  "@LIBNORMALIZ_VERSION_MAJOR@" )
set ( LIBNORMALIZ_VERSION_MINOR  "@LIBNORMALIZ_VERSION_MINOR@" )
set ( LIBNORMALIZ_VERSION_PATCH  "@LIBNORMALIZ_VERSION_PATCH@" )