Julian Hall | 07679f2 | 2020-11-23 17:45:16 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | include($ENV{TS_BASE_TOOLCHAIN_FILE} REQUIRED) |
| 8 | |
| 9 | set(CMAKE_POSITION_INDEPENDENT_CODE True) |
| 10 | set(CMAKE_C_VISIBILITY_PRESET hidden) |
| 11 | set(CMAKE_CXX_VISIBILITY_PRESET hidden) |