mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
win/cmakefiles/client: fix dependencies win/cmakefiles/libmysql: fix dependencies win/cmakefiles/regex: removed definitions defined here. They are defined globally win/cmakefiles/strings: removed definitions defined here. They are defined globally win/cmakefiles/tests: fixed dependencies win/cmakefiles/vio: removed definitions defined here. They are defined globally win/cmakefiles/zlib: removed definitions defined here. They are defined globally
9 lines
367 B
Text
9 lines
367 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")
|
|
|
|
ADD_DEFINITIONS("-DMYSQL_CLIENT")
|
|
|
|
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
|
|
|
|
ADD_EXECUTABLE(mysql_client_test mysql_client_test.c)
|
|
TARGET_LINK_LIBRARIES(mysql_client_test dbug mysqlclient zlib wsock32)
|