torch-mlir/lib/JITRuntime/CMakeLists.txt

17 lines
265 B
CMake

add_mlir_library(NPCOMPJITRuntime
JITModule.cpp
ADDITIONAL_HEADER_DIRS
${PROJECT_SRC_DIR}/include/npcomp/JITRuntime
LINK_COMPONENTS
Core
LINK_LIBS PUBLIC
NPCOMPRuntime
NPCOMPE2E
MLIRExecutionEngine
)
mlir_check_all_link_libraries(NPCOMPE2E)