comparison Aws/AwsStaticConfiguration.cmake @ 150:938aee2b5f69

disable "dllexport" in cJSON
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Jun 2024 21:58:54 +0200
parents 0c93d5b43e58
children e8ac39175eaf
comparison
equal deleted inserted replaced
149:0c93d5b43e58 150:938aee2b5f69
222 ${AWS_SDK_CPP_SOURCES_DIR}/src/aws-cpp-sdk-core/source/platform/windows/ 222 ${AWS_SDK_CPP_SOURCES_DIR}/src/aws-cpp-sdk-core/source/platform/windows/
223 ) 223 )
224 224
225 add_definitions( 225 add_definitions(
226 -DAWS_USE_IO_COMPLETION_PORTS=1 226 -DAWS_USE_IO_COMPLETION_PORTS=1
227 -DCJSON_AS4CPP_HIDE_SYMBOLS=1 # Disable "dllexport" in cJSON
227 ) 228 )
228 229
229 set(AWSSDK_LINK_LIBRARIES 230 set(AWSSDK_LINK_LIBRARIES
230 # secur32 231 # secur32
231 ncrypt 232 ncrypt