Sign in
llvm
/
llvm-project
/
ce1c1a0e6d6b8dcae19a2b51e01246dd8850691f
/
.
/
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)