mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
ce078dda79
The geneator expression can now be used with static, shared, and module libraries and executables.
6 lines
258 B
ReStructuredText
6 lines
258 B
ReStructuredText
relax-TARGET_OBJECTS-generator-expression
|
|
-----------------------------------------
|
|
|
|
* The ``TARGET_OBJECTS`` :manual:`generator expression <cmake-generator-expressions(7)>`
|
|
is now supported on ``SHARED``, ``STATIC``, ``MODULE`` libraries and executables.
|