mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-19 21:01:05 -05:00
ENH: change LINK_LIBRARY to add to targets
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user