QTfrontend/CMakeLists.txt
changeset 15738 027a56b3895e
parent 15555 107170c05bac
child 15947 3199bbfeba31
equal deleted inserted replaced
15737:6832dab555ae 15738:027a56b3895e
   234     ${SDL2_MIXER_LIBRARIES}
   234     ${SDL2_MIXER_LIBRARIES}
   235     )
   235     )
   236 
   236 
   237 if(WIN32 AND NOT UNIX)
   237 if(WIN32 AND NOT UNIX)
   238     if(NOT SDL2_LIBRARIES)
   238     if(NOT SDL2_LIBRARIES)
   239         list(APPEND HW_LINK_LIBS SDL2)
   239         list(APPEND HW_LINK_LIBS SDL2::SDL2)
   240     endif()
   240     endif()
   241 
   241 
   242     list(APPEND HW_LINK_LIBS
   242     list(APPEND HW_LINK_LIBS
   243         ole32
   243         ole32
   244         oleaut32
   244         oleaut32