mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
13 lines
144 B
CMake
13 lines
144 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
core
|
||
|
linker
|
||
|
)
|
||
|
|
||
|
set(LinkerSources
|
||
|
LinkModulesTest.cpp
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(LinkerTests
|
||
|
${LinkerSources}
|
||
|
)
|