repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git]
/
unittests
/
MC
/
CMakeLists.txt
blob
5dcbef2296d0d3b52756c8d4a2bee3f33fd20841
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
MC
4
MCDisassembler
5
Support
6
)
7
8
add_llvm_unittest(MCTests
9
Disassembler.cpp
10
DwarfLineTables.cpp
11
MCInstPrinter.cpp
12
StringTableBuilderTest.cpp
13
TargetRegistry.cpp
14
)