14 lines · plain
1# For a better template to copy, see examples/standalone2set(LLVM_LINK_COMPONENTS3 Support4 )5 6add_toy_chapter(toyc-ch17 toyc.cpp8 parser/AST.cpp9 )10include_directories(include/)11target_link_libraries(toyc-ch112 PRIVATE13 MLIRSupport)14