mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
This commit is contained in:
@@ -154,7 +154,7 @@ protected:
|
||||
cmTarget&target);
|
||||
|
||||
///! put all the libraries for a target on into the given stream
|
||||
virtual void OutputLinkLibraries(std::ostream&, const char* name, const cmTarget &);
|
||||
virtual void OutputLinkLibraries(std::ostream&, const char* name,cmTarget &);
|
||||
|
||||
|
||||
/** Get the include flags for the current makefile and language. */
|
||||
|
||||
Reference in New Issue
Block a user