annotate armadillo-2.4.4/build_aux/cmake/InstallFiles/ArmadilloConfig.cmake.in @ 48:69251e11a913
Rename SongParts/songpartitioner to Segmentino throughout
author |
Chris Cannam |
date |
Thu, 13 Jun 2013 09:43:01 +0100 |
parents |
8b6102e2a9b0 |
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
|