This commit is contained in:
parent
de9865b583
commit
d7a9c85ea6
11 changed files with 183 additions and 43 deletions
|
|
@ -317,6 +317,7 @@ namespace {
|
|||
for (fs::path& p : cfg.cFiles) p = abs(p);
|
||||
for (fs::path& p : cfg.cuda) p = abs(p);
|
||||
for (fs::path& p : cfg.files) p = abs(p);
|
||||
for (fs::path& p : cfg.buildFiles) p = abs(p);
|
||||
for (Shader& s : cfg.shaders) s.path = abs(s.path);
|
||||
return cfg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue