summaryrefslogtreecommitdiff
path: root/storage/blackhole
diff options
context:
space:
mode:
authorunknown <acurtis@xiphis.org>2006-05-03 15:58:16 -0700
committerunknown <acurtis@xiphis.org>2006-05-03 15:58:16 -0700
commit92943d17feeb8cb468ee6fa1230658c15279155e (patch)
treeec800f68b8e72be7361ec9b9e4bef75e6586b6b1 /storage/blackhole
parent69b3476f1f6aae4bd8d624cf2c94cfe3cc8e3b5d (diff)
downloadmariadb-git-92943d17feeb8cb468ee6fa1230658c15279155e.tar.gz
fix include path in windows build
storage/archive/cmakelists.txt: fix include path storage/blackhole/cmakelists.txt: fix include path storage/csv/cmakelists.txt: fix include path
Diffstat (limited to 'storage/blackhole')
-rw-r--r--storage/blackhole/cmakelists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/blackhole/cmakelists.txt b/storage/blackhole/cmakelists.txt
index 29c0e1bb94b..ea3a7eae38e 100644
--- a/storage/blackhole/cmakelists.txt
+++ b/storage/blackhole/cmakelists.txt
@@ -1,5 +1,6 @@
SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
-INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/sql
+ ${CMAKE_SOURCE_DIR}/extra/yassl/include)
ADD_LIBRARY(blackhole ha_blackhole.cc ha_blackhole.h)