diff -r 9ed29795d2a3 -r bcf2f7798ebb project_files/hwc/CMakeLists.txt --- a/project_files/hwc/CMakeLists.txt Mon Jun 17 17:07:27 2013 +0200 +++ b/project_files/hwc/CMakeLists.txt Mon Jun 17 22:54:17 2013 +0200 @@ -8,7 +8,7 @@ find_package(SDL_ttf REQUIRED) #compile our rtl implementation -include_directories(${GLEW_INCLUDE_DIRS}) +include_directories(${GLEW_INCLUDE_DIR}) include_directories(${CMAKE_CURRENT_SOURCE_DIR}/rtl) add_subdirectory(rtl)