]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Added CMAKE pcre
authorShane Burrell <shaneb@metrostat.net>
Thu, 12 Feb 2009 00:42:31 +0000 (00:42 +0000)
committerShane Burrell <shaneb@metrostat.net>
Thu, 12 Feb 2009 00:42:31 +0000 (00:42 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11904 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/pcre/CMakeLists.txt [new file with mode: 0644]

diff --git a/libs/pcre/CMakeLists.txt b/libs/pcre/CMakeLists.txt
new file mode 100644 (file)
index 0000000..614b4ca
--- /dev/null
@@ -0,0 +1,17 @@
+cmake_minimum_required(VERSION 2.6)
+
+INCLUDE_DIRECTORIES(include/) 
+
+SET ( pcre_SRCS pcre_compile.c pcre_tables.c pcre_config.c pcre_try_flipped.c pcre_dfa_exec.c pcre_ucp_searchfuncs.c pcre_exec.c pcre_valid_utf8.c pcre_fullinfo.c pcre_version.c dftables.c pcre_get.c pcre_xclass.c pcre_globals.c pcre_info.c pcrecpp.h pcre_internal.h pcre_maketables.c pcrecpparg.h pcre_ord2utf8.c pcredemo.c pcre_refcount.c pcregrep.c pcreposix.c pcre_scanner.h pcreposix.h pcre_scanner_unittest.cc pcretest.c pcre_stringpiece.h pcre_stringpiece.h.in ucp.h pcre.h ucpinternal.h pcre_chartables.c )
+
+
+
+
+ADD_LIBRARY(pcre STATIC ${pcre_SRCS})
+
+
+
+
+
+
+