mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 14:32:34 +01:00
63ed470566
Add definition of YASSL_PREFIX to Cmake file Change "and" to "&&" 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)
|