max@0: # - Config file for the Armadillo package max@0: # It defines the following variables max@0: # ARMADILLO_INCLUDE_DIRS - include directories for Armadillo max@0: # ARMADILLO_LIBRARY_DIRS - library directories for Armadillo (normally not used!) max@0: # ARMADILLO_LIBRARIES - libraries to link against max@0: max@0: # Tell the user project where to find our headers and libraries max@0: set(ARMADILLO_INCLUDE_DIRS "@ARMADILLO_INCLUDE_DIRS@") max@0: set(ARMADILLO_LIBRARY_DIRS "@ARMADILLO_LIB_DIR@") max@0: max@0: # Our library dependencies (contains definitions for IMPORTED targets) max@0: include("@ARMADILLO_CMAKE_DIR@/ArmadilloLibraryDepends.cmake") max@0: max@0: # These are IMPORTED targets created by ArmadilloLibraryDepends.cmake max@0: set(ARMADILLO_LIBRARIES armadillo) max@0: