mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
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@
|