view lib/XRay/CMakeLists.txt @ 140:276c179585fe

Added tag LLVM5.0.1 for changeset 3a76565eade5
author mir3636
date Tue, 03 Apr 2018 19:09:39 +0900
parents 803732b1fca8
children c2174574ed3a
line wrap: on
line source

add_llvm_library(LLVMXRay
  InstrumentationMap.cpp
  Trace.cpp

  ADDITIONAL_HEADER_DIRS
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay

  DEPENDS
  LLVMSupport
  LLVMObject

  LINK_LIBS
  LLVMSupport
  LLVMObject
  )