diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-23 20:14:18 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-23 20:14:18 (GMT) |
commit | be2705deaa8e0a2e3fc71d36096a808947e85f17 (patch) | |
tree | 62766252da748221087078562227cc4feb99df9c /Source/cmCommands.cxx | |
parent | 2120ce4fcd935d74442ad7f63c06c52287665f35 (diff) | |
download | CMake-be2705deaa8e0a2e3fc71d36096a808947e85f17.zip CMake-be2705deaa8e0a2e3fc71d36096a808947e85f17.tar.gz CMake-be2705deaa8e0a2e3fc71d36096a808947e85f17.tar.bz2 |
ENH: class for parsing the arguments for INSTALL()
Alex
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 8ad4f0e..59cd099 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -32,6 +32,7 @@ #include "cmGetTestPropertyCommand.cxx" #include "cmIncludeExternalMSProjectCommand.cxx" #include "cmInstallCommand.cxx" +#include "cmInstallCommandArguments.cxx" #include "cmInstallProgramsCommand.cxx" #include "cmLinkLibrariesCommand.cxx" #include "cmListCommand.cxx" |