From 535bc0bcc13cb8343553cff3b65c9fae4ca1a711 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 8 Oct 2015 21:18:49 +0200 Subject: [PATCH] Add glew into the include directories of the testbed application --- testbed/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbed/CMakeLists.txt b/testbed/CMakeLists.txt index 24a1a8cb..33f71720 100644 --- a/testbed/CMakeLists.txt +++ b/testbed/CMakeLists.txt @@ -26,7 +26,7 @@ FILE(COPY "imgui/DroidSans.ttf" DESTINATION "${EXECUTABLE_OUTPUT_PATH}") SET(CMAKE_CXX_FLAGS "-Wall -std=c++0x") # Headers -INCLUDE_DIRECTORIES("src/" "opengl-framework/src/" "glfw/include/" "common/" "scenes/" "imgui/") +INCLUDE_DIRECTORIES("src/" ${GLEW_INCLUDE_PATH} "opengl-framework/src/" "glfw/include/" "common/" "scenes/" "imgui/") # Testbed source files SET(TESTBED_SOURCES