blob: 760fca827802d813cc7add53efa09ae8a22a8a7f (
plain)
1
2
3
4
5
6
7
|
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` of
each source file.
|