mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-28 14:14:51 +00:00
12 lines
116 B
CMake
12 lines
116 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
MC
|
||
|
)
|
||
|
|
||
|
set(MCSources
|
||
|
MCAtomTest.cpp
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(MCTests
|
||
|
${MCSources}
|
||
|
)
|