1.. # Copyright (c) 2017-2021, Lawrence Livermore National Security, LLC and
2.. # other BLT Project Developers. See the top-level LICENSE file for details
3.. #
4.. # SPDX-License-Identifier: (BSD-3-Clause)
5
6Advanced Topics
7===============
8
9This section includes subpages on advanced topics such as:
10
11    * :ref:`PortableCompilerFlags` : Managing compiler flags across compiler families
12    * :ref:`ExportingTargets` : Exporting your project's CMake Targets for others to use
13    * :ref:`ObjectLibraries` : A collection of object files that are not linked or archived into a library
14
15
16.. toctree::
17    :hidden:
18
19    portable_compiler_flags
20    exporting_targets
21    object_libraries
22