llvm/lldb/tools/lldb-fuzzer/utils/CMakeLists.txt

add_lldb_library(lldbFuzzerUtils
  TempFile.cpp

  LINK_COMPONENTS
    Support
  )