diff options
author | Reggie@xgeek. <> | 2006-03-15 10:22:12 -0600 |
---|---|---|
committer | Reggie@xgeek. <> | 2006-03-15 10:22:12 -0600 |
commit | 11979eec94e24cb89708578c5a968a6899b62a4c (patch) | |
tree | 7ccce28f648a761a9c8ef0148400d0864016858c /regex | |
parent | fbe3db30d4d364d4e2a16a6b989709b935944d23 (diff) | |
download | mariadb-git-11979eec94e24cb89708578c5a968a6899b62a4c.tar.gz |
Moved cmake scripts into the proper directories
Diffstat (limited to 'regex')
-rw-r--r-- | regex/cmakelists.txt | 5 |
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) |