annotate armadillo-3.900.4/build_aux/cmake/InstallFiles/ArmadilloConfig.cmake.in @ 84:55a047986812
tip
Update library URI so as not to be document-local
author |
Chris Cannam |
date |
Wed, 22 Apr 2020 14:21:57 +0100 |
parents |
1ec0e2823891 |
children |
|
rev |
line source |
Chris@49
|
1 # - Config file for the Armadillo package
|
Chris@49
|
2 # It defines the following variables
|
Chris@49
|
3 # ARMADILLO_INCLUDE_DIRS - include directories for Armadillo
|
Chris@49
|
4 # ARMADILLO_LIBRARY_DIRS - library directories for Armadillo (normally not used!)
|
Chris@49
|
5 # ARMADILLO_LIBRARIES - libraries to link against
|
Chris@49
|
6
|
Chris@49
|
7 # Tell the user project where to find our headers and libraries
|
Chris@49
|
8 set(ARMADILLO_INCLUDE_DIRS "@ARMADILLO_INCLUDE_DIRS@")
|
Chris@49
|
9 set(ARMADILLO_LIBRARY_DIRS "@ARMADILLO_LIB_DIR@")
|
Chris@49
|
10
|
Chris@49
|
11 # Our library dependencies (contains definitions for IMPORTED targets)
|
Chris@49
|
12 include("@ARMADILLO_CMAKE_DIR@/ArmadilloLibraryDepends.cmake")
|
Chris@49
|
13
|
Chris@49
|
14 # These are IMPORTED targets created by ArmadilloLibraryDepends.cmake
|
Chris@49
|
15 set(ARMADILLO_LIBRARIES armadillo)
|
Chris@49
|
16
|