mirror of https://github.com/llvm/torch-mlir
17 lines
300 B
CMake
17 lines
300 B
CMake
|
add_mlir_library(NPCOMPRefBackendJITHelpers
|
||
|
JITModule.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${PROJECT_SRC_DIR}/include/npcomp/RefBackend/JITHelpers
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Core
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
NPCOMPRuntime
|
||
|
NPCOMPRefBackend
|
||
|
MLIRExecutionEngine
|
||
|
)
|
||
|
|
||
|
mlir_check_all_link_libraries(NPCOMPRefBackend)
|