llvm-project/llvm/unittests/InterfaceStub/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
171 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
InterfaceStub
)
add_llvm_unittest(InterfaceStubTests
ELFYAMLTest.cpp
)
target_link_libraries(InterfaceStubTests PRIVATE LLVMTestingSupport)