mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
Merge topic 'bindexplib-format'
c216e803 bindexplib: Run clang-format on header file
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !670
This commit is contained in:
@@ -16,6 +16,7 @@ public:
|
||||
bool AddDefinitionFile(const char* filename);
|
||||
bool AddObjectFile(const char* filename);
|
||||
void WriteFile(FILE* file);
|
||||
|
||||
private:
|
||||
std::set<std::string> Symbols;
|
||||
std::set<std::string> DataSymbols;
|
||||
|
||||
Reference in New Issue
Block a user