diff options
Diffstat (limited to 'llvm/tools/llvm-pdbdump/fuzzer/CMakeLists.txt')
| -rw-r--r-- | llvm/tools/llvm-pdbdump/fuzzer/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/tools/llvm-pdbdump/fuzzer/CMakeLists.txt b/llvm/tools/llvm-pdbdump/fuzzer/CMakeLists.txt new file mode 100644 index 00000000000..cf5a0f70aab --- /dev/null +++ b/llvm/tools/llvm-pdbdump/fuzzer/CMakeLists.txt @@ -0,0 +1,15 @@ +set(LLVM_LINK_COMPONENTS + DebugInfoCodeView + DebugInfoPDB + Object + Support + ) + +add_llvm_executable(llvm-pdbdump-fuzzer + EXCLUDE_FROM_ALL + llvm-pdbdump-fuzzer.cpp + ) + +target_link_libraries(llvm-pdbdump-fuzzer + LLVMFuzzer + ) |

