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