Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-extservices-release
/
.
/
llvm
/
unittests
/
InterfaceStub
/
CMakeLists.txt
blob: 22ff0af67a3d4bc08f8bb23404cdecaeaa0229f5 [
file
] [
log
] [
blame
] [
edit
]
set(LLVM_LINK_COMPONENTS
InterfaceStub
)
add_llvm_unittest(InterfaceStubTests
ELFYAMLTest.cpp
)
target_link_libraries(InterfaceStubTests PRIVATE LLVMTestingSupport)