diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 4161b35..8bb8f9b 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -296,9 +296,10 @@ private: const LibraryID& dep); /* - * Checks the prebuild, prelink and postbuild custom commands for known - * targets and adds them to the dependencies. + * Check custom commands for known targets and add a target-level + * dependency. */ + void CheckForTargetsAsCommand(const cmCustomCommand& cc); void CheckForTargetsAsCommand(const std::vector<cmCustomCommand>& commands); |