Help: Link to variables corresponding to id and version expressions (#15012)
In the cmake-generator-expressions(7) manual, link to the variables that correspond to the PLATFORM_ID, C_COMPILER_ID, CXX_COMPILER_ID, C_COMPILER_VERSION, and CXX_COMPILER_VERSION generator expressions.
This commit is contained in:
parent
7e5c9c1526
commit
5690a963e9
|
@ -116,15 +116,20 @@ than 4.2.0.
|
||||||
``$<CONFIG>``
|
``$<CONFIG>``
|
||||||
Configuration name
|
Configuration name
|
||||||
``$<PLATFORM_ID>``
|
``$<PLATFORM_ID>``
|
||||||
The CMake-id of the platform
|
The CMake-id of the platform.
|
||||||
|
See also the :variable:`CMAKE_SYSTEM_NAME` variable.
|
||||||
``$<C_COMPILER_ID>``
|
``$<C_COMPILER_ID>``
|
||||||
The CMake-id of the C compiler used.
|
The CMake-id of the C compiler used.
|
||||||
|
See also the :variable:`CMAKE_<LANG>_COMPILER_ID` variable.
|
||||||
``$<CXX_COMPILER_ID>``
|
``$<CXX_COMPILER_ID>``
|
||||||
The CMake-id of the CXX compiler used.
|
The CMake-id of the CXX compiler used.
|
||||||
|
See also the :variable:`CMAKE_<LANG>_COMPILER_ID` variable.
|
||||||
``$<C_COMPILER_VERSION>``
|
``$<C_COMPILER_VERSION>``
|
||||||
The version of the C compiler used.
|
The version of the C compiler used.
|
||||||
|
See also the :variable:`CMAKE_<LANG>_COMPILER_VERSION` variable.
|
||||||
``$<CXX_COMPILER_VERSION>``
|
``$<CXX_COMPILER_VERSION>``
|
||||||
The version of the CXX compiler used.
|
The version of the CXX compiler used.
|
||||||
|
See also the :variable:`CMAKE_<LANG>_COMPILER_VERSION` variable.
|
||||||
``$<TARGET_FILE:tgt>``
|
``$<TARGET_FILE:tgt>``
|
||||||
Full path to main file (.exe, .so.1.2, .a) where ``tgt`` is the name of a target.
|
Full path to main file (.exe, .so.1.2, .a) where ``tgt`` is the name of a target.
|
||||||
``$<TARGET_FILE_NAME:tgt>``
|
``$<TARGET_FILE_NAME:tgt>``
|
||||||
|
|
Loading…
Reference in New Issue