-
- Downloads
export(): Process the export() command at generate time.
Make the API for adding targets string based so that it can easily use cmGeneratorTarget. Teach the cmIncludeCommand to generate the exported file at configure-time instead if it is to be include()d. The RunCMake.ExportWithoutLanguage test now needs a dummy header.h file as expected error from export() is now reported after the missing file error.
Showing
- Source/cmExportBuildFileGenerator.cxx 10 additions, 11 deletionsSource/cmExportBuildFileGenerator.cxx
- Source/cmExportBuildFileGenerator.h 9 additions, 3 deletionsSource/cmExportBuildFileGenerator.h
- Source/cmExportCommand.cxx 20 additions, 51 deletionsSource/cmExportCommand.cxx
- Source/cmExportCommand.h 3 additions, 1 deletionSource/cmExportCommand.h
- Source/cmExportFileGenerator.cxx 6 additions, 0 deletionsSource/cmExportFileGenerator.cxx
- Source/cmExportFileGenerator.h 2 additions, 0 deletionsSource/cmExportFileGenerator.h
- Source/cmGlobalGenerator.cxx 56 additions, 0 deletionsSource/cmGlobalGenerator.cxx
- Source/cmGlobalGenerator.h 9 additions, 13 deletionsSource/cmGlobalGenerator.h
- Source/cmIncludeCommand.cxx 1 addition, 0 deletionsSource/cmIncludeCommand.cxx
- Tests/RunCMake/CMP0022/CMP0022-export-stderr.txt 1 addition, 1 deletionTests/RunCMake/CMP0022/CMP0022-export-stderr.txt
- Tests/RunCMake/ExportWithoutLanguage/NoLanguage-stderr.txt 1 addition, 3 deletionsTests/RunCMake/ExportWithoutLanguage/NoLanguage-stderr.txt
- Tests/RunCMake/ExportWithoutLanguage/header.h 2 additions, 0 deletionsTests/RunCMake/ExportWithoutLanguage/header.h
Loading
Please register or sign in to comment