Mercurial > hg > CbC > CbC_llvm
comparison lib/XRay/CMakeLists.txt @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | |
children | c2174574ed3a |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 add_llvm_library(LLVMXRay | |
2 InstrumentationMap.cpp | |
3 Trace.cpp | |
4 | |
5 ADDITIONAL_HEADER_DIRS | |
6 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT | |
7 ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay | |
8 | |
9 DEPENDS | |
10 LLVMSupport | |
11 LLVMObject | |
12 | |
13 LINK_LIBS | |
14 LLVMSupport | |
15 LLVMObject | |
16 ) |