mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01: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}
|
||
|
)
|