mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmLocalGenerator: Add AppendCompileOptions overload with backtraces
This commit is contained in:
@@ -199,6 +199,9 @@ public:
|
||||
void AppendCompileOptions(std::string& options,
|
||||
const std::vector<std::string>& options_vec,
|
||||
const char* regex = nullptr) const;
|
||||
void AppendCompileOptions(std::vector<BT<std::string>>& options,
|
||||
const std::vector<BT<std::string>>& options_vec,
|
||||
const char* regex = nullptr) const;
|
||||
|
||||
/**
|
||||
* Join a set of defines into a definesString with a space separator.
|
||||
|
||||
Reference in New Issue
Block a user