forked from Mirrors/freeswitch
Added CMAKE pcre
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11904 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5f7f9b0978
commit
bc514c9df9
17
libs/pcre/CMakeLists.txt
Normal file
17
libs/pcre/CMakeLists.txt
Normal file
@ -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})
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user