ENH: change LINK_LIBRARY to add to targets

This commit is contained in:
Bill Hoffman
2002-05-02 13:17:10 -04:00
parent b5b46599fe
commit 27fe57b716
13 changed files with 68 additions and 111 deletions

View File

@@ -43,13 +43,6 @@ public:
*/
virtual bool InitialPass(std::vector<std::string> const& args);
/**
* This is called at the end after all the information specified by
* the command is accumulated. This is where we add in the
* dependencies that were globally specified.
*/
virtual void FinalPass();
/**
* The name of the command as specified in CMakeList.txt.
*/