]> git.proxmox.com Git - rustc.git/blob - src/llvm/unittests/Linker/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / unittests / Linker / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2 AsmParser
3 core
4 linker
5 )
6
7 set(LinkerSources
8 LinkModulesTest.cpp
9 )
10
11 add_llvm_unittest(LinkerTests
12 ${LinkerSources}
13 )