Mercurial > hg > segmenter-vamp-plugin
view 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 |
line wrap: on
line source
# - Config file for the Armadillo package # It defines the following variables # ARMADILLO_INCLUDE_DIRS - include directories for Armadillo # ARMADILLO_LIBRARY_DIRS - library directories for Armadillo (normally not used!) # ARMADILLO_LIBRARIES - libraries to link against # Tell the user project where to find our headers and libraries set(ARMADILLO_INCLUDE_DIRS "@ARMADILLO_INCLUDE_DIRS@") set(ARMADILLO_LIBRARY_DIRS "@ARMADILLO_LIB_DIR@") # Our library dependencies (contains definitions for IMPORTED targets) include("@ARMADILLO_CMAKE_DIR@/ArmadilloLibraryDepends.cmake") # These are IMPORTED targets created by ArmadilloLibraryDepends.cmake set(ARMADILLO_LIBRARIES armadillo)