[OPENGL32] We don't need mingwex anymore. CORE-11799

svn path=/trunk/; revision=72239
This commit is contained in:
Amine Khaldi 2016-08-17 15:29:25 +00:00
parent 02be91f3aa
commit 1a954c4f3e

View file

@ -53,10 +53,6 @@ if((ARCH STREQUAL "i386") AND (NOT MSVC))
target_link_libraries(opengl32 mesa_x86)
endif()
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
target_link_libraries(opengl32 mingwex)
endif()
set_module_type(opengl32 win32dll)
add_importlibs(opengl32 gdi32 user32 advapi32 msvcrt kernel32 ntdll)
add_pch(opengl32 opengl32.h SOURCE)