Do bulk replace of stl types.
This commit is contained in:
parent
521486be62
commit
c25a56ee19
531 changed files with 2274 additions and 2181 deletions
|
@ -14,9 +14,11 @@ public:
|
|||
|
||||
const Vector<FileSystemPath>& get_sources() const;
|
||||
|
||||
const Vector<FileSystemPath>& get_include_dirs() const;
|
||||
|
||||
private:
|
||||
FileSystemPath m_build_config;
|
||||
Vector<FileSystemPath> m_sources;
|
||||
Vector<FileSystemPath> m_includes;
|
||||
Vector<FileSystemPath> m_include_dirs;
|
||||
String m_name;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue