summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-04-12 19:34:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-04-12 19:34:09 (GMT)
commite40aaa57c36387fdd8ecf6ffab0021a086dad969 (patch)
tree72fc95ac1ae033e888b906cffcc483d21cd61330 /Source/cmMakefile.h
parentfb6c4b8710ea6023a2a55dddd7b0034c20f68705 (diff)
downloadCMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.zip
CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.gz
CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.bz2
some bug fixes
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 5d50371..f72a6ed 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -97,7 +97,9 @@ public:
void AddExecutable(const char *exename, const std::vector<std::string> &srcs);
/**
- * Add a utility on which this project depends.
+ * Add a utility on which this project depends. A utility is an executable
+ * name as would be specified to the ADD_EXECUTABLE or UTILITY_SOURCE
+ * commands. It is not a full path nor does it have an extension.
*/
void AddUtility(const char*);