cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

eigen3.pc.in (254B)


      1 prefix=@CMAKE_INSTALL_PREFIX@
      2 exec_prefix=${prefix}
      3 
      4 Name: Eigen3
      5 Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
      6 Requires:
      7 Version: @EIGEN_VERSION_NUMBER@
      8 Libs:
      9 Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@