mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 22:05:57 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
12 lines
447 B
ReStructuredText
12 lines
447 B
ReStructuredText
IMPORTED_CONFIGURATIONS
|
|
-----------------------
|
|
|
|
Configurations provided for an IMPORTED target.
|
|
|
|
Set this to the list of configuration names available for an IMPORTED
|
|
target. The names correspond to configurations defined in the project
|
|
from which the target is imported. If the importing project uses a
|
|
different set of configurations the names may be mapped using the
|
|
MAP_IMPORTED_CONFIG_<CONFIG> property. Ignored for non-imported
|
|
targets.
|