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
/
WebAssembly
/
CMakeLists.txt
blob
5ec82240b038ccb032934143a9bcedbcafab2f45
1
include_directories(
2
${CMAKE_SOURCE_DIR}/lib/Target/WebAssembly
3
${CMAKE_BINARY_DIR}/lib/Target/WebAssembly
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
CodeGen
8
Core
9
MC
10
MIRParser
11
WebAssemblyCodeGen
12
WebAssemblyDesc
13
WebAssemblyInfo
14
)
15
16
add_llvm_unittest(WebAssemblyTests
17
WebAssemblyExceptionInfoTest.cpp
18
)