mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
9 lines
106 B
CMake
9 lines
106 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
TransformUtils
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(UtilsTests
|
||
|
Cloning.cpp
|
||
|
Local.cpp
|
||
|
)
|