mirror of https://github.com/llvm/torch-mlir
17 lines
234 B
CMake
17 lines
234 B
CMake
|
add_mlir_library(NPCOMPJITRuntime
|
||
|
JITModule.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${PROJECT_SRC_DIR}/include/npcomp/JITRuntime
|
||
|
|
||
|
DEPENDS
|
||
|
NPCOMPE2E
|
||
|
MLIRExecutionEngine
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Core
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
NPCOMPRuntime
|
||
|
)
|