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