summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
blob: 331d2141b0e224a4ecccc67de8c8971e22f800b6 (plain)
1
2
3
4
5
6
7
8
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )

add_llvm_library(LLVMIntelJITEvents
  IntelJITEventListener.cpp
  jitprofiling.c

  LINK_LIBS pthread ${CMAKE_DL_LIBS}
)
OpenPOWER on IntegriCloud