20 lines
359 B
Text
20 lines
359 B
Text
|
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
|
||
|
)
|
||
|
|