mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-01 04:07:15 +00:00
Help: minor reference and markup fixes
This commit is contained in:
@@ -1156,10 +1156,10 @@ with members:
|
||||
This field was added in codemodel version 2.8.
|
||||
|
||||
``workingDirectory``
|
||||
Optional member that is present when the DEBUGGER_WORKING_DIRECTORY
|
||||
target property is set.
|
||||
Optional member that is present when the
|
||||
:prop_tgt:`DEBUGGER_WORKING_DIRECTORY` target property is set.
|
||||
The member will also be present in :ref:`Visual Studio Generators`
|
||||
when VS_DEBUGGER_WORKING_DIRECTORY is set.
|
||||
when :prop_tgt:`VS_DEBUGGER_WORKING_DIRECTORY` is set.
|
||||
|
||||
This field was added in codemodel version 2.8.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ VS_GLOBAL_<variable>
|
||||
Visual Studio project-specific global variable.
|
||||
|
||||
Tell the :ref:`Visual Studio Generators` to set the global variable
|
||||
'<variable>' to a given value in the generated Visual Studio project.
|
||||
Ignored on other generators. Qt integration works better if
|
||||
VS_GLOBAL_QtVersion is set to the version FindQt4.cmake found. For
|
||||
example, "4.7.3"
|
||||
``<variable>`` to a given value in the generated Visual Studio project.
|
||||
Ignored on other generators. For example, Qt integration works better if
|
||||
``VS_GLOBAL_QtVersion`` is set to the version ``FindQt4.cmake`` found. For
|
||||
example, ``4.7.3``
|
||||
|
||||
Reference in New Issue
Block a user