5cac67bfad
* Silence aws logging for unit test * Create a new AWSNativeSDK entry point for test environment only * Update naming for target and file
13 lines
310 B
CMake
13 lines
310 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project.
|
|
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
tests/libs/AWSNativeSDKTestManager.cpp
|
|
tests/libs/AWSNativeSDKTestManager.h
|
|
)
|