Output compiled file
This commit is contained in:
parent
86738fee2a
commit
ce98884376
|
@ -53,6 +53,7 @@ int main(int argc, char* argv[])
|
|||
for (auto const& path : paths)
|
||||
{
|
||||
SH_COMP::MeshCompiler::LoadAndCompile(path);
|
||||
std::cout << "[Mesh Compiler] Compiled file: " << path << std::endl;
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue