10 lines
347 B
Plaintext
10 lines
347 B
Plaintext
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: armadillo
|
|
Description: C++ library for linear algebra and scientific computing with MATLAB-like syntax
|
|
URL: http://arma.sourceforge.net
|
|
Version: @ARMA_VERSION_MAJOR@.@ARMA_VERSION_MINOR@.@ARMA_VERSION_PATCH@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -larmadillo
|