From bcefdba59bc45f232fabf4d89eb05a3ac698b538 Mon Sep 17 00:00:00 2001 From: Nico Kruithof Date: Thu, 15 Oct 2015 20:23:12 +0200 Subject: [PATCH] Fixed missing include directories --- examples/SimpleOpenGL3/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/SimpleOpenGL3/CMakeLists.txt b/examples/SimpleOpenGL3/CMakeLists.txt index 7931eee85..beb8aa17e 100644 --- a/examples/SimpleOpenGL3/CMakeLists.txt +++ b/examples/SimpleOpenGL3/CMakeLists.txt @@ -3,6 +3,8 @@ INCLUDE_DIRECTORIES( ${BULLET_PHYSICS_SOURCE_DIR}/src ${BULLET_PHYSICS_SOURCE_DIR}/btgui + ${BULLET_PHYSICS_SOURCE_DIR}/examples + ${BULLET_PHYSICS_SOURCE_DIR}/examples/ThirdPartyLibs/Glew )