mirror of
https://github.com/zeldaret/tmc
synced 2026-08-16 21:18:15 -04:00
Extract assets to build folder for version
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user