mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-04 09:05:38 +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}
|
|
)
|