Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4cbb87feab0ce5fe0658711cce0e71075206c6f
/
.
/
llvm
/
unittests
/
InterfaceStub
/
CMakeLists.txt
blob: 22ff0af67a3d4bc08f8bb23404cdecaeaa0229f5 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
InterfaceStub
)
add_llvm_unittest(InterfaceStubTests
ELFYAMLTest.cpp
)
target_link_libraries(InterfaceStubTests PRIVATE LLVMTestingSupport)