summaryrefslogtreecommitdiff
path: root/expat/README.md
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2020-08-21 22:52:19 +0200
committerGitHub <noreply@github.com>2020-08-21 22:52:19 +0200
commit1bb22cd03ab1ad48efb2bdee08cb805b5b593ea5 (patch)
tree657799d84383dffe5269f3a8cc446694d6e928e7 /expat/README.md
parent86283117f1f6ae69a39e9a41c0720ceae520131b (diff)
parentf438563a78dc6ef0628f29d45c8f064b68e63448 (diff)
downloadlibexpat-git-1bb22cd03ab1ad48efb2bdee08cb805b5b593ea5.tar.gz
Merge pull request #414 from libexpat/issue-413-allow-installation-of-pkgconfig-file-with-msvc
CMake: Introduce option EXPAT_BUILD_PKGCONFIG (fixes #413)
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 d22dd727..fabe5d12 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