Mercurial > hg > segmenter-vamp-plugin
annotate 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 |
rev | line source |
---|---|
max@0 | 1 # - Config file for the Armadillo package |
max@0 | 2 # It defines the following variables |
max@0 | 3 # ARMADILLO_INCLUDE_DIRS - include directories for Armadillo |
max@0 | 4 # ARMADILLO_LIBRARY_DIRS - library directories for Armadillo (normally not used!) |
max@0 | 5 # ARMADILLO_LIBRARIES - libraries to link against |
max@0 | 6 |
max@0 | 7 # Tell the user project where to find our headers and libraries |
max@0 | 8 set(ARMADILLO_INCLUDE_DIRS "@ARMADILLO_INCLUDE_DIRS@") |
max@0 | 9 set(ARMADILLO_LIBRARY_DIRS "@ARMADILLO_LIB_DIR@") |
max@0 | 10 |
max@0 | 11 # Our library dependencies (contains definitions for IMPORTED targets) |
max@0 | 12 include("@ARMADILLO_CMAKE_DIR@/ArmadilloLibraryDepends.cmake") |
max@0 | 13 |
max@0 | 14 # These are IMPORTED targets created by ArmadilloLibraryDepends.cmake |
max@0 | 15 set(ARMADILLO_LIBRARIES armadillo) |
max@0 | 16 |