From 538adae600521ea8635be9d181f7384445a35a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Kov=C3=A1=C5=99?= Date: Wed, 17 Oct 2018 15:24:59 +0200 Subject: [PATCH 1/2] Added include direectory ../common/ for trackball.h --- examples/glview/premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/glview/premake5.lua b/examples/glview/premake5.lua index 1f41493..938d008 100644 --- a/examples/glview/premake5.lua +++ b/examples/glview/premake5.lua @@ -11,6 +11,7 @@ solution "glview" files { "glview.cc", "../common/trackball.cc" } includedirs { "./" } includedirs { "../../" } + includedirs { "../common/" } configuration { "linux" } linkoptions { "`pkg-config --libs glfw3`" } From 6b9c7aa6004e0ea99b606061454d7cee2f08b318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Kov=C3=A1=C5=99?= Date: Wed, 17 Oct 2018 15:24:59 +0200 Subject: [PATCH 2/2] Added include directory ../common/ for trackball.h --- examples/glview/premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/glview/premake5.lua b/examples/glview/premake5.lua index 1f41493..938d008 100644 --- a/examples/glview/premake5.lua +++ b/examples/glview/premake5.lua @@ -11,6 +11,7 @@ solution "glview" files { "glview.cc", "../common/trackball.cc" } includedirs { "./" } includedirs { "../../" } + includedirs { "../common/" } configuration { "linux" } linkoptions { "`pkg-config --libs glfw3`" }