1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/tools/llvm-pdbdump/fuzzer/CMakeLists.txt
2016-05-31 01:24:40 +00:00

16 lines
233 B
CMake

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
)