Home | History | Annotate | Download | only in OProfileJIT
      1 
      2 include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
      3 
      4 add_llvm_library(LLVMOProfileJIT
      5   OProfileJITEventListener.cpp
      6   OProfileWrapper.cpp
      7   )
      8