From ce98884376d2303ffe728362968e9dca39cfa961 Mon Sep 17 00:00:00 2001 From: Xiao Qi Date: Mon, 30 Jan 2023 16:17:40 +0800 Subject: [PATCH] Output compiled file --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index be15747..b30b89a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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