Home | History | Annotate | Download | only in dist

Lines Matching full:pcretest

12 #            (b) Ensure pcretest and pcregrep link with the local library,
213 OPTION (PCRE_SUPPORT_LIBEDIT "Enable support for linking pcretest with libedit." OFF)
221 OPTION (PCRE_SUPPORT_LIBREADLINE "Enable support for linking pcretest with libreadline." ON)
708 SET(PCRETEST_SOURCES pcretest.c)
719 ADD_EXECUTABLE(pcretest ${PCRETEST_SOURCES})
720 SET(targets ${targets} pcretest)
730 TARGET_LINK_LIBRARIES(pcretest ${PCRETEST_LIBS})
773 GET_TARGET_PROPERTY(PCRETEST_EXE pcretest DEBUG_LOCATION)
789 pcretest=${PCRETEST_EXE}
805 pcretest=${PCRETEST_EXE}
827 SET pcretest=\"${winexe}\"
828 if not [%CMAKE_CONFIG_TYPE%]==[] SET pcretest=\"${winbin}\\%CMAKE_CONFIG_TYPE%\\pcretest.exe\"
954 MESSAGE(STATUS " Build tests (implies pcretest .. : ${PCRE_BUILD_TESTS}")
967 MESSAGE(STATUS " Link pcretest with libeditline .. : ${PCRE_SUPPORT_LIBEDIT}")
969 MESSAGE(STATUS " Link pcretest with libeditline .. : Library not found" )
972 MESSAGE(STATUS " Link pcretest with libreadline .. : ${PCRE_SUPPORT_LIBREADLINE}")
974 MESSAGE(STATUS " Link pcretest with libreadline .. : Library not found" )