mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-01 16:08:42 +00:00
Fix premake script.
This commit is contained in:
@@ -8,7 +8,7 @@ solution "glview"
|
||||
kind "ConsoleApp"
|
||||
language "C++"
|
||||
cppdialect "C++11"
|
||||
files { "glview.cc", "trackball.cc" }
|
||||
files { "glview.cc", "../common/trackball.cc" }
|
||||
includedirs { "./" }
|
||||
includedirs { "../../" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user