1 # For a better template to copy, see examples/standalone
2 add_subdirectory(include)
4 set(LLVM_LINK_COMPONENTS
8 add_toy_chapter(toyc-ch2
18 include_directories(include/)
19 include_directories(${CMAKE_CURRENT_BINARY_DIR}/include/)
20 target_link_libraries(toyc-ch2
23 MLIRFunctionInterfaces
26 MLIRSideEffectInterfaces