CUDA support
Some checks failed
demo.yaml / CUDA support (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-01-06 19:36:22 +01:00
commit 4df34fac91
3 changed files with 34 additions and 1 deletions

View file

@ -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;