X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fopengl%2FCMakeLists.txt;h=fe197437dfb15bd75b40b6a9d133af72ba0e9455;hp=3f0ba3ee5080754550d70f25c48c7c03f9bac7ba;hb=b6ce4e511a55a1d235d89916f528b0e1844b6a8a;hpb=e9df952de36e18edc388dca6733a86f717a8d608 diff --git a/reactos/dll/opengl/CMakeLists.txt b/reactos/dll/opengl/CMakeLists.txt index 3f0ba3ee508..fe197437dfb 100644 --- a/reactos/dll/opengl/CMakeLists.txt +++ b/reactos/dll/opengl/CMakeLists.txt @@ -1,5 +1,3 @@ add_subdirectory(glu32) -if(NOT MSVC) - add_subdirectory(mesa) -endif() +add_subdirectory(mesa) add_subdirectory(opengl32)