diff --git a/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt b/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt index 467780209c1..c446be32920 100644 --- a/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt +++ b/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt @@ -2,5 +2,5 @@ add_subdirectory(auxiliary) add_subdirectory(drivers/softpipe) add_subdirectory(state_trackers/wgl) -add_subdirectory(targets/libgl-gdi) -add_subdirectory(winsys/sw/gdi) \ No newline at end of file +add_subdirectory(winsys/sw/gdi) +add_subdirectory(targets/libgl-gdi) \ No newline at end of file