summaryrefslogtreecommitdiff
path: root/regex
diff options
context:
space:
mode:
authorReggie@xgeek. <>2006-03-15 10:22:12 -0600
committerReggie@xgeek. <>2006-03-15 10:22:12 -0600
commit11979eec94e24cb89708578c5a968a6899b62a4c (patch)
tree7ccce28f648a761a9c8ef0148400d0864016858c /regex
parentfbe3db30d4d364d4e2a16a6b989709b935944d23 (diff)
downloadmariadb-git-11979eec94e24cb89708578c5a968a6899b62a4c.tar.gz
Moved cmake scripts into the proper directories
Diffstat (limited to 'regex')
-rw-r--r--regex/cmakelists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/regex/cmakelists.txt b/regex/cmakelists.txt
new file mode 100644
index 00000000000..e00f339b3b9
--- /dev/null
+++ b/regex/cmakelists.txt
@@ -0,0 +1,5 @@
+SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG -DSAFEMALLOC -DSAFE_MUTEX")
+SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_DEBUG -DSAFEMALLOC -DSAFE_MUTEX")
+
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
+ADD_LIBRARY(regex debug.c regcomp.c regerror.c regexec.c regfree.c reginit.c split.c)