diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-10 10:07:46 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-10 10:07:46 +0200 |
commit | 8941847704f6f679a8557cee2d386fe25d01868b (patch) | |
tree | 5e15725f0b84164e4a1ef29ef623c87d7deb8cdf /libmysqld/examples | |
parent | b4ac10fad90145185ec8a4a6ab54dacad4a2d182 (diff) | |
parent | b21319483f708a9bdff43d2773b67043054f5a35 (diff) | |
download | mariadb-git-8941847704f6f679a8557cee2d386fe25d01868b.tar.gz |
mysql_client_test did not build within limbysqld/examples
Diffstat (limited to 'libmysqld/examples')
-rw-r--r-- | libmysqld/examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/examples/CMakeLists.txt b/libmysqld/examples/CMakeLists.txt index 693a31c2051..c4055a56303 100644 --- a/libmysqld/examples/CMakeLists.txt +++ b/libmysqld/examples/CMakeLists.txt @@ -16,6 +16,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/libmysqld/include ${CMAKE_SOURCE_DIR}/regex + ${CMAKE_SOURCE_DIR}/tests ${READLINE_INCLUDE_DIR} ) |