1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 17:31:57 +08:00

Make clLocalGenerator::GetTargetFlags() public

This will later on be used for getting the link flags

Alex
This commit is contained in:
Alex Neundorf
2011-07-02 17:08:34 +02:00
parent fe9ac70076
commit b976e70063

View File

@@ -307,7 +307,6 @@ public:
std::string const& dir_max,
bool* hasSourceExtension = 0);
protected:
/** Fill out these strings for the given target. Libraries to link,
* flags, and linkflags. */
void GetTargetFlags(std::string& linkLibs,
@@ -315,6 +314,7 @@ protected:
std::string& linkFlags,
cmTarget&target);
protected:
///! put all the libraries for a target on into the given stream
virtual void OutputLinkLibraries(std::ostream&, cmTarget&, bool relink);