summaryrefslogtreecommitdiff
path: root/toy/CMakeLists.txt
blob: 1c7826e19253be2b59a57943c12b4996e9a04a7e (plain)
1
2
3
4
5
6
file(GLOB globbed *.c *.cpp)
add_llvm_library(ToyDialect
        ${globbed}
        )
#add_dependencies(MLIRStandardOps MLIRStandardOpsIncGen LLVMSupport)
#target_link_libraries(MLIRStandardOps LLVMSupport)