summaryrefslogtreecommitdiff
path: root/expat/README.md
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2020-08-20 21:56:53 +0200
committerSebastian Pipping <sebastian@pipping.org>2020-08-20 21:59:18 +0200
commitf438563a78dc6ef0628f29d45c8f064b68e63448 (patch)
tree894487ac87446eeaf0b16d4ef946347d3d17665b /expat/README.md
parentc092d40c300c6d219cb3b111932a824022265370 (diff)
downloadlibexpat-git-f438563a78dc6ef0628f29d45c8f064b68e63448.tar.gz
CMake: Introduce option EXPAT_BUILD_PKGCONFIG (#413)issue-413-allow-installation-of-pkgconfig-file-with-msvc
Diffstat (limited to 'expat/README.md')
-rw-r--r--expat/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/expat/README.md b/expat/README.md
index 171434dc..c2695e03 100644
--- a/expat/README.md
+++ b/expat/README.md
@@ -156,6 +156,9 @@ EXPAT_BUILD_EXAMPLES:BOOL=ON
// build fuzzers for the expat library
EXPAT_BUILD_FUZZERS:BOOL=OFF
+// build pkg-config file
+EXPAT_BUILD_PKGCONFIG:BOOL=ON
+
// build the tests for expat library
EXPAT_BUILD_TESTS:BOOL=ON