-
- Downloads
ENH: Created new install script generation framework. The INSTALL command...
ENH: Created new install script generation framework. The INSTALL command creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes.
Showing
- Source/CMakeLists.txt 6 additions, 0 deletionsSource/CMakeLists.txt
- Source/cmInstallCommand.cxx 261 additions, 1 deletionSource/cmInstallCommand.cxx
- Source/cmInstallCommand.h 55 additions, 9 deletionsSource/cmInstallCommand.h
- Source/cmInstallGenerator.cxx 82 additions, 0 deletionsSource/cmInstallGenerator.cxx
- Source/cmInstallGenerator.h 48 additions, 0 deletionsSource/cmInstallGenerator.h
- Source/cmInstallScriptGenerator.cxx 35 additions, 0 deletionsSource/cmInstallScriptGenerator.cxx
- Source/cmInstallScriptGenerator.h 36 additions, 0 deletionsSource/cmInstallScriptGenerator.h
- Source/cmInstallTargetGenerator.cxx 191 additions, 0 deletionsSource/cmInstallTargetGenerator.cxx
- Source/cmInstallTargetGenerator.h 43 additions, 0 deletionsSource/cmInstallTargetGenerator.h
- Source/cmInstallTargetsCommand.h 3 additions, 1 deletionSource/cmInstallTargetsCommand.h
- Source/cmLocalGenerator.cxx 164 additions, 361 deletionsSource/cmLocalGenerator.cxx
- Source/cmLocalGenerator.h 5 additions, 10 deletionsSource/cmLocalGenerator.h
- Source/cmMakefile.cxx 8 additions, 0 deletionsSource/cmMakefile.cxx
- Source/cmMakefile.h 6 additions, 7 deletionsSource/cmMakefile.h
- Source/cmSetTargetPropertiesCommand.h 23 additions, 13 deletionsSource/cmSetTargetPropertiesCommand.h
- Tests/SimpleInstall/CMakeLists.txt 2 additions, 2 deletionsTests/SimpleInstall/CMakeLists.txt
- Tests/SimpleInstallS2/CMakeLists.txt 2 additions, 2 deletionsTests/SimpleInstallS2/CMakeLists.txt
- bootstrap 3 additions, 0 deletionsbootstrap
Loading
Please register or sign in to comment