comparison armadillo-2.4.4/build_aux/cmake/InstallFiles/ArmadilloConfig.cmake.in @ 0:8b6102e2a9b0

Armadillo Library
author maxzanoni76 <max.zanoni@eecs.qmul.ac.uk>
date Wed, 11 Apr 2012 09:27:06 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8b6102e2a9b0
1 # - Config file for the Armadillo package
2 # It defines the following variables
3 # ARMADILLO_INCLUDE_DIRS - include directories for Armadillo
4 # ARMADILLO_LIBRARY_DIRS - library directories for Armadillo (normally not used!)
5 # ARMADILLO_LIBRARIES - libraries to link against
6
7 # Tell the user project where to find our headers and libraries
8 set(ARMADILLO_INCLUDE_DIRS "@ARMADILLO_INCLUDE_DIRS@")
9 set(ARMADILLO_LIBRARY_DIRS "@ARMADILLO_LIB_DIR@")
10
11 # Our library dependencies (contains definitions for IMPORTED targets)
12 include("@ARMADILLO_CMAKE_DIR@/ArmadilloLibraryDepends.cmake")
13
14 # These are IMPORTED targets created by ArmadilloLibraryDepends.cmake
15 set(ARMADILLO_LIBRARIES armadillo)
16