diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-20 12:36:16 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-20 12:36:16 (GMT) |
commit | 55303d6dd27678dd1446f3836b0292053f856a4c (patch) | |
tree | 283dcb3c55acb9b2dce333ba6656aeb251a175d0 /Source/cmExportCommand.h | |
parent | 38084147e1edec3ce70f4f3574b9114b12646613 (diff) | |
download | CMake-55303d6dd27678dd1446f3836b0292053f856a4c.zip CMake-55303d6dd27678dd1446f3836b0292053f856a4c.tar.gz CMake-55303d6dd27678dd1446f3836b0292053f856a4c.tar.bz2 |
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmExportCommand.h')
-rw-r--r-- | Source/cmExportCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmExportCommand.h b/Source/cmExportCommand.h index c5a13f9..22b5904 100644 --- a/Source/cmExportCommand.h +++ b/Source/cmExportCommand.h @@ -63,7 +63,8 @@ public: virtual const char* GetFullDocumentation() { return - " EXPORT(TARGETS tgt1 tgt2 ... [PREFIX <prefix>] FILE <filename> [APPEND])\n" + " EXPORT(TARGETS tgt1 tgt2 ... [PREFIX <prefix>] FILE <filename> " + "[APPEND])\n" "Create a file that can be included into a CMake listfile with the " "INCLUDE command. The file will contain a number of SET commands " "that will set all the variables needed for library dependency " |