[Freeswitch-svn] [commit] r11904 - freeswitch/trunk/libs/pcre
FreeSWITCH SVN
shaneb at freeswitch.org
Wed Feb 11 16:42:31 PST 2009
Author: shaneb
Date: Wed Feb 11 18:42:31 2009
New Revision: 11904
Log:
Added CMAKE pcre
Added:
freeswitch/trunk/libs/pcre/CMakeLists.txt
Added: freeswitch/trunk/libs/pcre/CMakeLists.txt
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/pcre/CMakeLists.txt Wed Feb 11 18:42:31 2009
@@ -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})
+
+
+
+
+
+
+
More information about the Freeswitch-svn
mailing list