Added include direectory ../common/ for trackball.h

This commit is contained in:
Peter Kovář 2018-10-17 15:24:59 +02:00
parent 10365a53ff
commit 040310e0d3

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`" }