xref: /aosp_15_r20/external/llvm/tools/llvm-pdbdump/fuzzer/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  DebugInfoCodeView
3  DebugInfoPDB
4  Object
5  Support
6  )
7
8add_llvm_executable(llvm-pdbdump-fuzzer
9  EXCLUDE_FROM_ALL
10  llvm-pdbdump-fuzzer.cpp
11  )
12
13target_link_libraries(llvm-pdbdump-fuzzer
14  LLVMFuzzer
15  )
16