mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
253289fe43
cmakelists.txt: restored the /wd4996 flag for vs8 compiles broke lines to be <= 79 chars in length sql/cmakelists.txt: broke lines to make them not more than 79 chars long storage/csv/cmakelists.txt: New BitKeeper file ``storage/csv/cmakelists.txt''
5 lines
244 B
Text
5 lines
244 B
Text
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(csv ha_tina.cc ha_tina.h)
|