QTfrontend/CMakeLists.txt
branchsdl2transition
changeset 11359 c481d087f653
parent 11342 ed5a6478e710
child 11856 5edd66c2d422
equal deleted inserted replaced
11358:a91c4c4fd85c 11359:c481d087f653
   210     ${SDL2_LIBRARY}
   210     ${SDL2_LIBRARY}
   211     ${SDL2MIXER_LIBRARY}
   211     ${SDL2MIXER_LIBRARY}
   212     )
   212     )
   213     
   213     
   214 if(WIN32 AND NOT UNIX)
   214 if(WIN32 AND NOT UNIX)
   215     if(NOT SDL_LIBRARY)
   215     if(NOT SDL2_LIBRARY)
   216         list(APPEND HW_LINK_LIBS SDL)
   216         list(APPEND HW_LINK_LIBS SDL2)
   217     endif()
   217     endif()
   218 
   218 
   219     list(APPEND HW_LINK_LIBS
   219     list(APPEND HW_LINK_LIBS
   220         ole32
   220         ole32
   221         oleaut32
   221         oleaut32