mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
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.
|