mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
227de0b95d
This allows projects added via `include_external_msproject` to compile the preferred configuration despite different naming conventions.
7 lines
271 B
ReStructuredText
7 lines
271 B
ReStructuredText
include_external_msproject-map-config
|
|
-------------------------------------
|
|
|
|
* The :command:`include_external_msproject` command learned to use
|
|
the :prop_tgt:`MAP_IMPORTED_CONFIG_<CONFIG>` target property
|
|
to map current configurations to the external configurations.
|