diff --git a/reactos/dll/opengl/CMakeLists.txt b/reactos/dll/opengl/CMakeLists.txt index fe197437dfb..292b7bbf8b2 100644 --- a/reactos/dll/opengl/CMakeLists.txt +++ b/reactos/dll/opengl/CMakeLists.txt @@ -1,3 +1,6 @@ +include_directories(mesa/include) + add_subdirectory(glu32) add_subdirectory(mesa) add_subdirectory(opengl32) +add_subdirectory(opengl32_new)