Files
o3de/Code/Framework/GridMate/Platform/Common/gridmate_clang.cmake
T
2021-06-23 10:55:22 -07:00

15 lines
325 B
CMake

#
# Copyright (c) Contributors to the Open 3D Engine Project
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
ly_add_source_properties(
SOURCES
GridMate/Carrier/SecureSocketDriver.cpp
GridMate/Carrier/StreamSecureSocketDriver.cpp
PROPERTY COMPILE_OPTIONS
VALUES -Wno-deprecated-declarations
)