This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/cmake/platform/apple.cmake

10 lines
193 B
CMake

if(BUILD_SHARED_LIBS)
SET(SUFFIX dylib)
endif()
macro(apply_post_project_platform_settings)
set(PLATFORM_DEP_LIBS pthread)
set(PLATFORM_DEP_LIBS_ABSTRACT_NAME pthread)
endmacro()