diff options
author | unknown <acurtis@xiphis.org> | 2006-04-20 10:37:37 -0700 |
---|---|---|
committer | unknown <acurtis@xiphis.org> | 2006-04-20 10:37:37 -0700 |
commit | ee684c0f320fe59d8f38bbdf8ccdce2a34d3374b (patch) | |
tree | 1716cc41fcc03776801d2d1ee4ce2c22fa1e1764 /storage/blackhole | |
parent | a7dde92351f21c134cfd1ba9af4544bbe46a5577 (diff) | |
download | mariadb-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.txt | 5 |
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) |