10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: armadillo
|
|
Description: Fast C++ matrix library with syntax similar to MATLAB and Octave
|
|
URL: http://arma.sourceforge.net
|
|
Version: @ARMA_VERSION_MAJOR@.@ARMA_VERSION_MINOR@.@ARMA_VERSION_PATCH@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -larmadillo
|