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
/
Target
/
ARM
/
CMakeLists.txt
blob
0fdd9552730674b9b16dfa53056ecd632ff50af6
1
include_directories(
2
${CMAKE_SOURCE_DIR}/lib/Target/ARM
3
${CMAKE_BINARY_DIR}/lib/Target/ARM
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
ARMCodeGen
8
ARMDesc
9
ARMInfo
10
MC
11
Support
12
Target
13
)
14
15
add_llvm_unittest(ARMTests
16
MachineInstrTest.cpp
17
)