1 include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ) 2 3 add_llvm_library(LLVMIntelJITEvents 4 IntelJITEventListener.cpp 5 jitprofiling.c 6 ) 7