mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
Ninja: move -LIBPATH behind -link option
Don' pass linker option to the compile
This commit is contained in:
@@ -335,11 +335,16 @@ public:
|
||||
void GetTargetFlags(std::string& linkLibs,
|
||||
std::string& flags,
|
||||
std::string& linkFlags,
|
||||
std::string& frameworkPath,
|
||||
std::string& linkPath,
|
||||
cmGeneratorTarget* target);
|
||||
|
||||
protected:
|
||||
///! put all the libraries for a target on into the given stream
|
||||
virtual void OutputLinkLibraries(std::ostream&, cmGeneratorTarget&,
|
||||
virtual void OutputLinkLibraries(std::string& linkLibraries,
|
||||
std::string& frameworkPath,
|
||||
std::string& linkPath,
|
||||
cmGeneratorTarget &,
|
||||
bool relink);
|
||||
|
||||
// Expand rule variables in CMake of the type found in language rules
|
||||
|
||||
Reference in New Issue
Block a user