Extract assets to build folder for version

This commit is contained in:
octorock
2021-09-11 10:59:03 +02:00
parent 54b078a1aa
commit 55cd163122
3 changed files with 16 additions and 9 deletions
+2 -1
View File
@@ -93,7 +93,8 @@ int main(int argc, char **argv)
includeDirs.push_back(file.GetSrcDir());
for (auto incbin : file.GetIncbins())
{
dependencies.insert(incbin);
// TODO add incbin dependencies in correct folder?
//dependencies.insert(incbin);
}
for (auto include : file.GetIncludes())
{