Merge pull request #102 from 1div0/master

Building glview failed
This commit is contained in:
Syoyo Fujita 2018-10-28 15:30:21 +09:00 committed by GitHub
commit ba3c3c99ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ solution "glview"
files { "glview.cc", "../common/trackball.cc" }
includedirs { "./" }
includedirs { "../../" }
includedirs { "../common/" }
configuration { "linux" }
linkoptions { "`pkg-config --libs glfw3`" }