1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Moved cmake scripts into the proper directories

This commit is contained in:
Reggie@xgeek.
2006-03-15 10:22:12 -06:00
parent fbe3db30d4
commit 11979eec94
21 changed files with 0 additions and 21 deletions

5
dbug/cmakelists.txt Normal file
View File

@ -0,0 +1,5 @@
SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX -D__WIN32__")
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
ADD_LIBRARY(dbug dbug.c factorial.c sanity.c)