mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
0b870cc18e
Add definition of YASSL_PREFIX to Cmake file Change "and" to "&&" Remove the "static" directive SunCC can't use the function extra/yassl/CMakeLists.txt: Add definition of YASSL_PREFIX to Cmake file sql/filesort.cc: Change "and" to "&&" sql/handler.cc: Remove the "static" directive SunCC can't use the function
6 lines
338 B
CMake
6 lines
338 B
CMake
ADD_DEFINITIONS("-DWIN32 -D_LIB -DYASSL_PREFIX")
|
|
|
|
INCLUDE_DIRECTORIES(include taocrypt/include mySTL)
|
|
ADD_LIBRARY(yassl src/buffer.cpp src/cert_wrapper.cpp src/crypto_wrapper.cpp src/handshake.cpp src/lock.cpp
|
|
src/log.cpp src/socket_wrapper.cpp src/ssl.cpp src/timer.cpp src/yassl_error.cpp
|
|
src/yassl_imp.cpp src/yassl_int.cpp)
|