mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 16:31:16 +00:00
12 lines
208 B
CMake
12 lines
208 B
CMake
|
|
||
|
include_directories( ${LLVM_INTEL_JITEVENTS_INCDIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
||
|
|
||
|
set(system_libs
|
||
|
${system_libs}
|
||
|
jitprofiling
|
||
|
)
|
||
|
|
||
|
add_llvm_library(LLVMIntelJITEvents
|
||
|
IntelJITEventListener.cpp
|
||
|
)
|