summaryrefslogtreecommitdiff
path: root/storage/blackhole
diff options
context:
space:
mode:
authorunknown <acurtis@xiphis.org>2006-04-20 10:37:37 -0700
committerunknown <acurtis@xiphis.org>2006-04-20 10:37:37 -0700
commitee684c0f320fe59d8f38bbdf8ccdce2a34d3374b (patch)
tree1716cc41fcc03776801d2d1ee4ce2c22fa1e1764 /storage/blackhole
parenta7dde92351f21c134cfd1ba9af4544bbe46a5577 (diff)
downloadmariadb-git-ee684c0f320fe59d8f38bbdf8ccdce2a34d3374b.tar.gz
WL#3201
cmake changes storage/blackhole/cmakelists.txt: New BitKeeper file ``storage/blackhole/cmakelists.txt''
Diffstat (limited to 'storage/blackhole')
-rw-r--r--storage/blackhole/cmakelists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/blackhole/cmakelists.txt b/storage/blackhole/cmakelists.txt
new file mode 100644
index 00000000000..29c0e1bb94b
--- /dev/null
+++ b/storage/blackhole/cmakelists.txt
@@ -0,0 +1,5 @@
+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)
+ADD_LIBRARY(blackhole ha_blackhole.cc ha_blackhole.h)