blob: 2151ffc246cbb46793f65543a5b653415ea5d689 [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
include($ENV{TS_BASE_TOOLCHAIN_FILE} REQUIRED)
set(CMAKE_POSITION_INDEPENDENT_CODE True)
set(CMAKE_C_VISIBILITY_PRESET hidden)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)