mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add support of "LINKER:" prefix for artifact creation flags
The following variables now support the LINKER: prefix:
* CMAKE_SHARED_LIBRARY_CREATE_<LANG>_FLAGS
* CMAKE_SHARED_MODULE_CREATE_<LANG>_FLAGS
* CMAKE_<LANG>_LINK_FLAGS
This commit is contained in:
@@ -304,6 +304,7 @@ private:
|
||||
std::string LookupFlags(const std::string& varNamePrefix,
|
||||
const std::string& varNameLang,
|
||||
const std::string& varNameSuffix,
|
||||
cmGeneratorTarget const* gt,
|
||||
const std::string& default_flags);
|
||||
|
||||
class Factory;
|
||||
|
||||
Reference in New Issue
Block a user