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 |
|
|
30 |
PROJECT(PCRE C CXX) |
PROJECT(PCRE C CXX) |
31 |
|
|
179 |
SET(SUPPORT_UCP 1) |
SET(SUPPORT_UCP 1) |
180 |
ENDIF(PCRE_SUPPORT_UNICODE_PROPERTIES) |
ENDIF(PCRE_SUPPORT_UNICODE_PROPERTIES) |
181 |
|
|
182 |
|
# This next one used to contain |
183 |
|
# SET(PCRETEST_LIBS ${READLINE_LIBRARY}) |
184 |
|
# but I was advised to add the NCURSES test as well, along with |
185 |
|
# some modifications to cmake/FindReadline.cmake which should |
186 |
|
# make it possible to override the default if necessary. PH |
187 |
|
|
188 |
IF(PCRE_SUPPORT_LIBREADLINE) |
IF(PCRE_SUPPORT_LIBREADLINE) |
189 |
SET(SUPPORT_LIBREADLINE 1) |
SET(SUPPORT_LIBREADLINE 1) |
190 |
SET(PCRETEST_LIBS ${READLINE_LIBRARY}) |
SET(PCRETEST_LIBS ${READLINE_LIBRARY} ${NCURSES_LIBRARY}) |
191 |
ENDIF(PCRE_SUPPORT_LIBREADLINE) |
ENDIF(PCRE_SUPPORT_LIBREADLINE) |
192 |
|
|
193 |
IF(PCRE_SUPPORT_LIBZ) |
IF(PCRE_SUPPORT_LIBZ) |