QTfrontend/CMakeLists.txt
changeset 14959 5cd4edd71d22
parent 14557 3be619402d6b
child 15449 6e09555b25b4
equal deleted inserted replaced
14937:896707084562 14959:5cd4edd71d22
   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 atomic)
   251     list(APPEND HW_LINK_LIBS stdc++ m)
       
   252     if(NOT APPLE)
       
   253         list(APPEND HW_LINK_LIBS atomic)
       
   254     endif()
   252 endif()
   255 endif()
   253 
   256 
   254 if(WIN32 AND VCPKG_TOOLCHAIN)
   257 if(WIN32 AND VCPKG_TOOLCHAIN)
   255     list(APPEND HW_LINK_LIBS Qt5::WinMain)
   258     list(APPEND HW_LINK_LIBS Qt5::WinMain)
   256 endif()
   259 endif()