mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +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}
|
||
|
)
|