annotate lib/XRay/CMakeLists.txt @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children c2174574ed3a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
1 add_llvm_library(LLVMXRay
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
2 InstrumentationMap.cpp
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
3 Trace.cpp
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
4
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
5 ADDITIONAL_HEADER_DIRS
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
6 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
7 ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
8
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
9 DEPENDS
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
10 LLVMSupport
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
11 LLVMObject
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
12
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
13 LINK_LIBS
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
14 LLVMSupport
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
15 LLVMObject
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
16 )