mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
0a277597a1
* [armadillo] Update to 11.4.3 * Fixup pkgconfig * Add vcpkg cmake wrapper * Update versions * [ensmallen] Update and fix * Add vcpkg version requirement
10 lines
357 B
Diff
10 lines
357 B
Diff
diff --git a/misc/armadillo.pc.in b/misc/armadillo.pc.in
|
|
index 27d35bb..1f079a5 100644
|
|
--- a/misc/armadillo.pc.in
|
|
+++ b/misc/armadillo.pc.in
|
|
@@ -7,3 +7,4 @@ URL: http://arma.sourceforge.net
|
|
Version: @ARMA_VERSION_MAJOR@.@ARMA_VERSION_MINOR@.@ARMA_VERSION_PATCH@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -larmadillo
|
|
+Requires.private: @REQUIRES_PRIVATE@
|