Add glew into the include directories of the testbed application
This commit is contained in:
parent
fc91540a79
commit
535bc0bcc1
|
@ -26,7 +26,7 @@ FILE(COPY "imgui/DroidSans.ttf" DESTINATION "${EXECUTABLE_OUTPUT_PATH}")
|
||||||
SET(CMAKE_CXX_FLAGS "-Wall -std=c++0x")
|
SET(CMAKE_CXX_FLAGS "-Wall -std=c++0x")
|
||||||
|
|
||||||
# Headers
|
# 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
|
# Testbed source files
|
||||||
SET(TESTBED_SOURCES
|
SET(TESTBED_SOURCES
|
||||||
|
|
Loading…
Reference in New Issue
Block a user