llvm-for-llvmta/unittests/tools/llvm-cfi-verify/CMakeLists.txt

18 lines
297 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
set(LLVM_LINK_COMPONENTS
AllTargetsAsmParsers
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
MC
MCParser
Object
Support
Symbolize
)
add_llvm_unittest(CFIVerifyTests
FileAnalysis.cpp
GraphBuilder.cpp
)
target_link_libraries(CFIVerifyTests PRIVATE LLVMCFIVerify)