QTfrontend/CMakeLists.txt
changeset 14557 3be619402d6b
parent 14497 34fd1f32f440
parent 14508 666b31c58de8
child 14959 5cd4edd71d22
equal deleted inserted replaced
14554:397b2f4502c1 14557:3be619402d6b
   246         uuid
   246         uuid
   247         )
   247         )
   248 endif()
   248 endif()
   249 
   249 
   250 if(CMAKE_CXX_COMPILER MATCHES "clang*")
   250 if(CMAKE_CXX_COMPILER MATCHES "clang*")
   251     list(APPEND HW_LINK_LIBS stdc++ m)
   251     list(APPEND HW_LINK_LIBS stdc++ m atomic)
   252 endif()
   252 endif()
   253 
   253 
   254 if(WIN32 AND VCPKG_TOOLCHAIN)
   254 if(WIN32 AND VCPKG_TOOLCHAIN)
   255     list(APPEND HW_LINK_LIBS Qt5::WinMain)
   255     list(APPEND HW_LINK_LIBS Qt5::WinMain)
   256 endif()
   256 endif()