1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 22:37:30 +08:00

Help: Add release notes for target-language-genex.

This commit is contained in:
Stephen Kelly
2015-03-09 21:54:28 +01:00
committed by Brad King
parent 9e1689413f
commit 232a6883a1

View File

@@ -0,0 +1,9 @@
target-language-genex
---------------------
* A new ``COMPILE_LANGUAGE`` generator expression was introduced to
allow specification of compile options for target files based on the
:prop_sf:`LANGUAGE` of each source file. Due to limitations of the
underlying native build tools, this feature has varying support across
generators. See the :manual:`cmake-generator-expressions(7)` manual
for details.