summaryrefslogtreecommitdiff
path: root/config-cmake.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-23 10:46:43 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-23 10:46:43 +0000
commit71fddb52aa8e089492c41695732f10c0aa2881be (patch)
tree9d20e0f1a1742833c4443f5a59178ec4f483cf04 /config-cmake.h.in
parenteeac2cb827492e3f89da69db033ea467da2e448d (diff)
downloadpcre-71fddb52aa8e089492c41695732f10c0aa2881be.tar.gz
Add Valgrind & coverage support to the CMake configuration, but without the
test for GCC for coverage, because I don't know how to do that. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1162 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'config-cmake.h.in')
-rw-r--r--config-cmake.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-cmake.h.in b/config-cmake.h.in
index 5bb5cc8..a93263f 100644
--- a/config-cmake.h.in
+++ b/config-cmake.h.in
@@ -38,6 +38,9 @@
#cmakedefine SUPPORT_LIBEDIT 1
#cmakedefine SUPPORT_LIBREADLINE 1
+#cmakedefine SUPPORT_VALGRIND 1
+#cmakedefine SUPPORT_GCOV 1
+
#define NEWLINE @NEWLINE@
#define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@
#define LINK_SIZE @PCRE_LINK_SIZE@