From 040310e0d39ded3bc5d3aa6597568bf0d2867a12 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 a645cfc840d39b2f828436ce4c6b548909013b8b 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`" }