1
0
mirror of https://github.com/jeremysrand/llvm-65816.git synced 2025-01-17 22:30:01 +00:00

7 lines
140 B
CMake

include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMIntelJITEvents
IntelJITEventListener.cpp
jitprofiling.c
)