blob: 7c4438280255d622a001db9a0c6077dc9a00e914 [file] [log] [blame]
Julian Hall07679f22020-11-23 17:45:16 +01001#-------------------------------------------------------------------------------
2# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7include($ENV{TS_BASE_TOOLCHAIN_FILE} REQUIRED)
8
9set(CMAKE_POSITION_INDEPENDENT_CODE True)
10set(CMAKE_C_VISIBILITY_PRESET hidden)
11set(CMAKE_CXX_VISIBILITY_PRESET hidden)
Balint Dobszayabec4642024-01-16 10:51:51 +010012
13# Hide symbols from libraries statically linked to the shared library
14add_link_options(-Wl,--exclude-libs,ALL)