-
- Downloads
Add the ALIAS target concept for libraries and executables.
* The ALIAS name must match a validity regex. * Executables and libraries may be aliased. * An ALIAS acts immutable. It can not be used as the lhs of target_link_libraries or other commands. * An ALIAS can be used with add_custom_command, add_custom_target, and add_test in the same way regular targets can. * The target of an ALIAS can be retrieved with the ALIASED_TARGET target property. * An ALIAS does not appear in the generated buildsystem. It is kept separate from cmMakefile::Targets for that reason. * A target may have multiple aliases. * An ALIAS target may not itself have an alias. * An IMPORTED target may not have an alias. * An ALIAS may not be exported or imported.
Showing
- Source/cmAddDependenciesCommand.cxx 7 additions, 0 deletionsSource/cmAddDependenciesCommand.cxx
- Source/cmAddExecutableCommand.cxx 72 additions, 0 deletionsSource/cmAddExecutableCommand.cxx
- Source/cmAddExecutableCommand.h 13 additions, 0 deletionsSource/cmAddExecutableCommand.h
- Source/cmAddLibraryCommand.cxx 80 additions, 0 deletionsSource/cmAddLibraryCommand.cxx
- Source/cmAddLibraryCommand.h 13 additions, 0 deletionsSource/cmAddLibraryCommand.h
- Source/cmExportCommand.cxx 9 additions, 0 deletionsSource/cmExportCommand.cxx
- Source/cmGeneratorExpressionEvaluator.cxx 12 additions, 0 deletionsSource/cmGeneratorExpressionEvaluator.cxx
- Source/cmGetPropertyCommand.cxx 12 additions, 0 deletionsSource/cmGetPropertyCommand.cxx
- Source/cmGetTargetPropertyCommand.cxx 19 additions, 6 deletionsSource/cmGetTargetPropertyCommand.cxx
- Source/cmGlobalGenerator.cxx 24 additions, 2 deletionsSource/cmGlobalGenerator.cxx
- Source/cmGlobalGenerator.h 6 additions, 1 deletionSource/cmGlobalGenerator.h
- Source/cmInstallCommand.cxx 9 additions, 0 deletionsSource/cmInstallCommand.cxx
- Source/cmMakefile.cxx 46 additions, 4 deletionsSource/cmMakefile.cxx
- Source/cmMakefile.h 5 additions, 2 deletionsSource/cmMakefile.h
- Source/cmSetPropertyCommand.cxx 5 additions, 0 deletionsSource/cmSetPropertyCommand.cxx
- Source/cmSetTargetPropertiesCommand.cxx 5 additions, 0 deletionsSource/cmSetTargetPropertiesCommand.cxx
- Source/cmTarget.cxx 6 additions, 0 deletionsSource/cmTarget.cxx
- Source/cmTargetLinkLibrariesCommand.cxx 5 additions, 0 deletionsSource/cmTargetLinkLibrariesCommand.cxx
- Source/cmTargetPropCommandBase.cxx 5 additions, 0 deletionsSource/cmTargetPropCommandBase.cxx
- Tests/AliasTarget/CMakeLists.txt 47 additions, 0 deletionsTests/AliasTarget/CMakeLists.txt
Loading
Please register or sign in to comment