diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2023-03-03 16:14:59 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2023-03-05 13:39:56 (GMT) |
commit | 2e24123186b09cceef805dd88daaac8536770176 (patch) | |
tree | d578ec5dd4044a037bb823dfc4b68b5168e1038f /Help/manual/cmake-buildsystem.7.rst | |
parent | 0a9945cb8d6c1568d7a120eaaf0b02b8d078ecbf (diff) | |
download | CMake-2e24123186b09cceef805dd88daaac8536770176.zip CMake-2e24123186b09cceef805dd88daaac8536770176.tar.gz CMake-2e24123186b09cceef805dd88daaac8536770176.tar.bz2 |
Apple: text-based stubs: manage imported configurations mapping
Diffstat (limited to 'Help/manual/cmake-buildsystem.7.rst')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 9fdb26c..b88b864 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -37,6 +37,8 @@ is defined as an executable formed by compiling and linking ``zipapp.cpp``. When linking the ``zipapp`` executable, the ``archive`` static library is linked in. +.. _`Binary Executables`: + Binary Executables ------------------ |