Measure .obj parsing time.

This commit is contained in:
Syoyo Fujita
2016-05-13 16:33:40 +09:00
parent a58a804850
commit 2d16510c15
2 changed files with 92 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ solution "objview"
configuration { "linux" }
linkoptions { "`pkg-config --libs glfw3`" }
links { "GL", "GLU", "m", "GLEW", "X11", "Xrandr", "Xinerama", "Xi", "Xxf86vm", "Xcursor", "dl" }
linkoptions { "-pthread" }
configuration { "windows" }
-- Path to GLFW3