Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: runtime/third_party/zlib/zlib.pc.cmakein

Issue 11198034: Introduce (private) ZLibFilter to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/third_party/zlib/zlib.3.pdf ('k') | runtime/third_party/zlib/zlib.pc.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/third_party/zlib/zlib.pc.cmakein
diff --git a/runtime/third_party/zlib/zlib.pc.cmakein b/runtime/third_party/zlib/zlib.pc.cmakein
new file mode 100644
index 0000000000000000000000000000000000000000..a5e642938c69851ea57d0a4e1dcd94ea1381edfa
--- /dev/null
+++ b/runtime/third_party/zlib/zlib.pc.cmakein
@@ -0,0 +1,13 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@INSTALL_LIB_DIR@
+sharedlibdir=@INSTALL_LIB_DIR@
+includedir=@INSTALL_INC_DIR@
+
+Name: zlib
+Description: zlib compression library
+Version: @VERSION@
+
+Requires:
+Libs: -L${libdir} -L${sharedlibdir} -lz
+Cflags: -I${includedir}
« no previous file with comments | « runtime/third_party/zlib/zlib.3.pdf ('k') | runtime/third_party/zlib/zlib.pc.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698