Output compiled file

This commit is contained in:
Xiao Qi 2023-01-30 16:17:40 +08:00
parent 86738fee2a
commit ce98884376
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ int main(int argc, char* argv[])
for (auto const& path : paths) for (auto const& path : paths)
{ {
SH_COMP::MeshCompiler::LoadAndCompile(path); SH_COMP::MeshCompiler::LoadAndCompile(path);
std::cout << "[Mesh Compiler] Compiled file: " << path << std::endl;
} }
#else #else