Heejin Ahn | 04c4894 | 2018-06-25 01:20:21 +0000 | [diff] [blame] | 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 | ) |