1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0029317: Configuration, CMake - CSF_d3d9 should be processed for building TKD3DHost using MinGW

This commit is contained in:
kgv 2017-11-14 11:38:31 +03:00 committed by bugmaster
parent 2829097547
commit 2c26e60bf9

View File

@ -73,6 +73,7 @@ if (WIN32)
set (CSF_user32 "user32.lib")
set (CSF_wsock32 "wsock32.lib")
set (CSF_psapi "Psapi.lib")
set (CSF_d3d9 "D3D9.lib")
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "WindowsStore" OR USE_GLES2)
set (CSF_OpenGlLibs "libEGL libGLESv2")
else()