mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[OPENGL32] We don't need mingwex anymore. CORE-11799
svn path=/trunk/; revision=72239
This commit is contained in:
parent
02be91f3aa
commit
1a954c4f3e
1 changed files with 0 additions and 4 deletions
|
@ -53,10 +53,6 @@ if((ARCH STREQUAL "i386") AND (NOT MSVC))
|
||||||
target_link_libraries(opengl32 mesa_x86)
|
target_link_libraries(opengl32 mesa_x86)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
|
||||||
target_link_libraries(opengl32 mingwex)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set_module_type(opengl32 win32dll)
|
set_module_type(opengl32 win32dll)
|
||||||
add_importlibs(opengl32 gdi32 user32 advapi32 msvcrt kernel32 ntdll)
|
add_importlibs(opengl32 gdi32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||||
add_pch(opengl32 opengl32.h SOURCE)
|
add_pch(opengl32 opengl32.h SOURCE)
|
||||||
|
|
Loading…
Reference in a new issue