mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
10 lines
171 B
CMake
10 lines
171 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
InterfaceStub
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(InterfaceStubTests
|
||
|
ELFYAMLTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(InterfaceStubTests PRIVATE LLVMTestingSupport)
|