diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-12-11 15:26:10 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-12-11 15:26:10 (GMT) |
commit | 179579bed7aa3e1d6894e0f8399e9a53ca450112 (patch) | |
tree | 1cae7421324a41a1ee94cc959da47ae4cf9396f4 /Source/cmSetSourceFilesPropertiesCommand.h | |
parent | 09029e9cd864be132bb8b381635d95764f1209d4 (diff) | |
download | CMake-179579bed7aa3e1d6894e0f8399e9a53ca450112.zip CMake-179579bed7aa3e1d6894e0f8399e9a53ca450112.tar.gz CMake-179579bed7aa3e1d6894e0f8399e9a53ca450112.tar.bz2 |
ENH: improve SetProperties and fix a couple warnings
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.h')
-rw-r--r-- | Source/cmSetSourceFilesPropertiesCommand.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.h b/Source/cmSetSourceFilesPropertiesCommand.h index 63d3f73..1d14443 100644 --- a/Source/cmSetSourceFilesPropertiesCommand.h +++ b/Source/cmSetSourceFilesPropertiesCommand.h @@ -82,6 +82,13 @@ public: } cmTypeMacro(cmSetSourceFilesPropertiesCommand, cmCommand); + + static bool RunCommand(cmMakefile *mf, + std::vector<std::string>::const_iterator filebeg, + std::vector<std::string>::const_iterator fileend, + std::vector<std::string>::const_iterator propbeg, + std::vector<std::string>::const_iterator propend, + std::string &errors); }; |