cmake HAVE_LIBCOMPRESSION examples

Lewuathe/mlir-hello thirdparty/llvm-project/lldb/cmake/modules/LLDBGenerateConfig.cmake :20

check_library_exists(compression compression_encode_buffer "" HAVE_LIBCOMPRESSION)

apple/swift-lldb cmake/modules/LLDBGenerateConfig.cmake :21

check_library_exists(compression compression_encode_buffer "" HAVE_LIBCOMPRESSION)

apple/swift-lldb tools/debugserver/source/CMakeLists.txt :79

check_library_exists(compression compression_encode_buffer "" HAVE_LIBCOMPRESSION)

apple/swift-lldb tools/debugserver/source/CMakeLists.txt :197

set_property(TARGET lldbDebugserverCommon APPEND PROPERTY
                COMPILE_DEFINITIONS HAVE_LIBCOMPRESSION)

apple/swift-lldb tools/debugserver/source/CMakeLists.txt :261

set_property(TARGET lldbDebugserverCommon_NonUI APPEND PROPERTY
                  COMPILE_DEFINITIONS HAVE_LIBCOMPRESSION)