25 |
# libpcre-0.dll, libpcreposix-0.dll and libpcrecpp-0.dll - same names |
# libpcre-0.dll, libpcreposix-0.dll and libpcrecpp-0.dll - same names |
26 |
# built by default with Configure and Make. |
# built by default with Configure and Make. |
27 |
# 2008-01-23 PH removed the automatic build of pcredemo. |
# 2008-01-23 PH removed the automatic build of pcredemo. |
28 |
|
# 2008-04-22 PH modified READLINE support so it finds NCURSES when needed. |
29 |
|
# 2008-07-03 PH updated for revised UCP property support (change of files) |
30 |
|
|
31 |
PROJECT(PCRE C CXX) |
PROJECT(PCRE C CXX) |
32 |
|
|
180 |
SET(SUPPORT_UCP 1) |
SET(SUPPORT_UCP 1) |
181 |
ENDIF(PCRE_SUPPORT_UNICODE_PROPERTIES) |
ENDIF(PCRE_SUPPORT_UNICODE_PROPERTIES) |
182 |
|
|
183 |
|
# This next one used to contain |
184 |
|
# SET(PCRETEST_LIBS ${READLINE_LIBRARY}) |
185 |
|
# but I was advised to add the NCURSES test as well, along with |
186 |
|
# some modifications to cmake/FindReadline.cmake which should |
187 |
|
# make it possible to override the default if necessary. PH |
188 |
|
|
189 |
IF(PCRE_SUPPORT_LIBREADLINE) |
IF(PCRE_SUPPORT_LIBREADLINE) |
190 |
SET(SUPPORT_LIBREADLINE 1) |
SET(SUPPORT_LIBREADLINE 1) |
191 |
SET(PCRETEST_LIBS ${READLINE_LIBRARY}) |
SET(PCRETEST_LIBS ${READLINE_LIBRARY} ${NCURSES_LIBRARY}) |
192 |
ENDIF(PCRE_SUPPORT_LIBREADLINE) |
ENDIF(PCRE_SUPPORT_LIBREADLINE) |
193 |
|
|
194 |
IF(PCRE_SUPPORT_LIBZ) |
IF(PCRE_SUPPORT_LIBZ) |
295 |
pcre_study.c |
pcre_study.c |
296 |
pcre_tables.c |
pcre_tables.c |
297 |
pcre_try_flipped.c |
pcre_try_flipped.c |
298 |
pcre_ucp_searchfuncs.c |
pcre_ucd.c |
299 |
pcre_valid_utf8.c |
pcre_valid_utf8.c |
300 |
pcre_version.c |
pcre_version.c |
301 |
pcre_xclass.c |
pcre_xclass.c |