[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / mlir / examples / toy / Ch1 / CMakeLists.txt
blobfd71e1fbd11949f744273d0b1496c7a63d51e9a0
1 # For a better template to copy, see examples/standalone
2 set(LLVM_LINK_COMPONENTS
3   Support
4   )
6 add_toy_chapter(toyc-ch1
7   toyc.cpp
8   parser/AST.cpp
9   )
10 include_directories(include/)
11 target_link_libraries(toyc-ch1
12   PRIVATE
13     MLIRSupport)