mirror of https://github.com/llvm/torch-mlir
8 lines
91 B
CMake
8 lines
91 B
CMake
|
add_library(NPCOMPTyping
|
||
|
CPASupport.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(NPCOMPTyping
|
||
|
MLIRIR
|
||
|
)
|