QTfrontend/CMakeLists.txt
branch0.9.25
changeset 14508 666b31c58de8
parent 14270 efa901b04bad
child 14557 3be619402d6b
equal deleted inserted replaced
14423:a32b967f1341 14508:666b31c58de8
   212         uuid
   212         uuid
   213         )
   213         )
   214 endif()
   214 endif()
   215 
   215 
   216 if(CMAKE_CXX_COMPILER MATCHES "clang*")
   216 if(CMAKE_CXX_COMPILER MATCHES "clang*")
   217     list(APPEND HW_LINK_LIBS stdc++ m)
   217     list(APPEND HW_LINK_LIBS stdc++ m atomic)
   218 endif()
   218 endif()
   219 
   219 
   220 if(WIN32 AND VCPKG_TOOLCHAIN)
   220 if(WIN32 AND VCPKG_TOOLCHAIN)
   221     list(APPEND HW_LINK_LIBS Qt5::WinMain)
   221     list(APPEND HW_LINK_LIBS Qt5::WinMain)
   222 endif()
   222 endif()