mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-08 18:37:11 +00:00
20 lines
359 B
CMake
20 lines
359 B
CMake
add_subdirectory(Observers)
|
|
|
|
add_mlir_library(MLIRDebug
|
|
CLOptionsSetup.cpp
|
|
DebugCounter.cpp
|
|
ExecutionContext.cpp
|
|
BreakpointManagers/FileLineColLocBreakpointManager.cpp
|
|
DebuggerExecutionContextHook.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Debug
|
|
|
|
LINK_LIBS PUBLIC
|
|
${LLVM_PTHREAD_LIB}
|
|
MLIRIR
|
|
MLIRSupport
|
|
MLIRObservers
|
|
)
|
|
|