mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 21:41:06 -05:00
Merge topic 'tweaks_to_release_notes'
435f71fe12Help: Clarify COMPILE_LANG_AND_ID release note9098d31760Help: Clarify vs-just-my-code-debugging release note languagebb8b3727c9Help: Reference project command in CMAKE_PROJECT_INCLUDE_BEFORE relnotes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3419
This commit is contained in:
@@ -3,5 +3,5 @@ genex-COMPILE_LANG_AND_ID
|
||||
|
||||
* A new ``COMPILE_LANG_AND_ID`` generator expression was introduced to
|
||||
allow specification of compile options for target files based on the
|
||||
:variable:`CMAKE_<LANG>_COMPILER_ID` and :prop_sf:`LANGUAGE` and of
|
||||
:variable:`CMAKE_<LANG>_COMPILER_ID` and :prop_sf:`LANGUAGE` of
|
||||
each source file.
|
||||
|
||||
@@ -2,4 +2,4 @@ cmake_project_include_before
|
||||
----------------------------
|
||||
|
||||
* A variable :variable:`CMAKE_PROJECT_INCLUDE_BEFORE` was added to allow
|
||||
injection of custom code into the project.
|
||||
injection of custom code before the :command:`project` call.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
vs-just-my-code-debugging
|
||||
-------------------------
|
||||
|
||||
* For the :ref:`Visual Studio Generators`, for the
|
||||
:ref:`Makefile Generators` and the :generator:`Ninja` generator
|
||||
the Just My Code feature of the Visual Studio Debugger could be
|
||||
* For the :ref:`Visual Studio Generators`,
|
||||
:ref:`Makefile Generators`, and the :generator:`Ninja` generators
|
||||
the Just My Code feature of the Visual Studio Debugger can be
|
||||
leveraged by turning on the :prop_tgt:`VS_JUST_MY_CODE_DEBUGGING` target
|
||||
property. Its default value is provided by the variable
|
||||
:variable:`CMAKE_VS_JUST_MY_CODE_DEBUGGING`.
|
||||
|
||||
Reference in New Issue
Block a user