mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:29:00 +08:00
11 lines
380 B
Diff
11 lines
380 B
Diff
|
diff --git a/cmake/easyloggingpp.pc.cmakein b/cmake/easyloggingpp.pc.cmakein
|
||
|
index 61000ce..f7f8d0c 100644
|
||
|
--- a/cmake/easyloggingpp.pc.cmakein
|
||
|
+++ b/cmake/easyloggingpp.pc.cmakein
|
||
|
@@ -4,3 +4,5 @@ Version: @ELPP_VERSION_STRING@
|
||
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
includedir=@ELPP_INCLUDE_INSTALL_DIR@
|
||
|
Cflags: -I${includedir}
|
||
|
+libdir=${prefix}/lib
|
||
|
+Libs: -L${libdir} -leasyloggingpp
|