From ea890137d6d11a0abdc825a13ea368ec63e35c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sun, 15 Sep 2013 21:34:42 +0000 Subject: [PATCH] [OPENGL32_NEW] - Actually enable the build svn path=/trunk/; revision=60153 --- reactos/dll/opengl/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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)