snapcast/cmake
Szabolcs Hubai c1a2fedd8d cmake: set CMAKE_CXX_LINK_FLAGS in CheckAtomic module
The checks are valid, the "atomic" is added to CMAKE_REQUIRED_LIBRARIES,
but it fails during linking with undefined reference to __atomic_store_8
error.

"-latomic" needs to be added to CMAKE_CXX_LINK_FLAGS to fix that.
2019-11-04 14:37:35 +01:00
..
modules Initial CMake support 2018-02-03 21:29:45 +01:00
CheckAtomic.cmake cmake: set CMAKE_CXX_LINK_FLAGS in CheckAtomic module 2019-11-04 14:37:35 +01:00
CheckCXX11StringSupport.cmake add clang-format file 2019-09-24 22:42:36 +02:00
TargetArch.cmake Initial CMake support 2018-02-03 21:29:45 +01:00