This commit is contained in:
parent
6ac0b124f2
commit
4df34fac91
3 changed files with 34 additions and 1 deletions
|
|
@ -46,7 +46,10 @@ namespace Crafter {
|
|||
std::string standard;
|
||||
std::vector<std::unique_ptr<Module>> interfaces;
|
||||
std::vector<Implementation> implementations;
|
||||
std::vector<std::string> includeDirs;
|
||||
std::vector<std::string> libDirs;
|
||||
std::vector<fs::path> c_files;
|
||||
std::vector<fs::path> cuda;
|
||||
std::vector<std::tuple<std::shared_ptr<Project>, Configuration&>> dependencies;
|
||||
std::vector<Shader> shaders;
|
||||
std::vector<fs::path> additionalFiles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue