2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-01-06 14:14:46 +08:00
eigen/eigen3.pc.in

10 lines
254 B
PkgConfig
Raw Normal View History

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
Name: Eigen3
2009-05-20 00:48:50 +08:00
Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
Requires:
Version: @EIGEN_VERSION_NUMBER@
2009-05-20 00:48:50 +08:00
Libs:
Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@