Lines Matching refs:pcrecpp
22 # pcre.dll, pcreposix.dll and pcrecpp.dll).
125 OPTION(PCRE_BUILD_PCRECPP "Build the PCRE C++ library (pcrecpp)." ON)
571 pcrecpp.h
578 pcrecpp.cc
665 # pcrecpp
667 ADD_LIBRARY(pcrecpp ${PCRECPP_HEADERS} ${PCRECPP_SOURCES}) target
668 SET(targets ${targets} pcrecpp)
669 TARGET_LINK_LIBRARIES(pcrecpp pcre)
673 SET_TARGET_PROPERTIES(pcrecpp
679 SET_TARGET_PROPERTIES(pcrecpp
751 TARGET_LINK_LIBRARIES(pcrecpp_unittest pcrecpp)
753 SET_TARGET_PROPERTIES(pcrecpp
760 TARGET_LINK_LIBRARIES(pcre_scanner_unittest pcrecpp)
764 TARGET_LINK_LIBRARIES(pcre_stringpiece_unittest pcrecpp)
881 # Remove pcrecpp.3
884 IF(NOT man_tmp STREQUAL "pcrecpp.3")
886 ENDIF(NOT man_tmp STREQUAL "pcrecpp.3")