From da4a5847e26357e179ae66b1bc80d14877c90013 Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Fri, 21 Oct 2016 22:22:19 +0200 Subject: [PATCH] Fixed include directory --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ac0958..7bdc1fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,7 @@ FIND_PACKAGE (Threads REQUIRED) INCLUDE_DIRECTORIES ( 3rdparty/glfw/deps + 3rdparty/glfw/include 3rdparty/bx/include 3rdparty/bgfx/include 3rdparty/bgfx/examples/common