Start supporting dict and json types.
This commit is contained in:
parent
94fcc42aed
commit
5183aa821a
32 changed files with 288 additions and 247 deletions
|
@ -16,6 +16,8 @@ public:
|
|||
|
||||
const Vector<FileSystemPath>& get_include_dirs() const;
|
||||
|
||||
const String& get_name() const;
|
||||
|
||||
private:
|
||||
FileSystemPath m_build_config;
|
||||
Vector<FileSystemPath> m_sources;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue