| Dean Michael Berris | d6c1865 | 2017-01-11 06:39:09 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMXRay |
| 2 | Trace.cpp | ||||
| 3 | |||||
| 4 | ADDITIONAL_HEADER_DIRS | ||||
| 5 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT | ||||
| 6 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay | ||||
| 7 | |||||
| 8 | DEPENDS | ||||
| 9 | LLVMSupport | ||||
| 10 | |||||
| 11 | LINK_LIBS | ||||
| 12 | LLVMSupport | ||||
| 13 | ) | ||||