mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
MDEV-4425 Regexp enhancements
Adding ${CMAKE_BINARY_DIR}/pcre into search path for *.h files.
Needed for find pcre.h (which is generated from pcre.h.in) when
build directory != source directory.
6 lines
242 B
CMake
6 lines
242 B
CMake
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/sql
|
|
${CMAKE_BINARY_DIR}/pcre
|
|
${CMAKE_SOURCE_DIR}/pcre
|
|
${CMAKE_SOURCE_DIR}/extra/yassl/include)
|
|
|
|
MYSQL_ADD_PLUGIN(QUERY_CACHE_INFO qc_info.cc)
|