QTfrontend/CMakeLists.txt
branchwebgl
changeset 9984 84835d0ceb64
parent 9952 32f5982604f4
child 10015 4feced261c68
equal deleted inserted replaced
9982:24ea101fdc7f 9984:84835d0ceb64
   214         uuid
   214         uuid
   215         )
   215         )
   216 endif()
   216 endif()
   217 
   217 
   218 if(CMAKE_CXX_COMPILER MATCHES "clang*")
   218 if(CMAKE_CXX_COMPILER MATCHES "clang*")
   219     list(APPEND HW_LINK_LIBS stdc++)
   219     list(APPEND HW_LINK_LIBS stdc++ m)
   220 endif()
   220 endif()
   221 
   221 
   222 target_link_libraries(hedgewars ${HW_LINK_LIBS})
   222 target_link_libraries(hedgewars ${HW_LINK_LIBS})
   223 
   223 
   224 
   224