[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git] / llvm / examples / ModuleMaker / CMakeLists.txt
bloba73909a13bd48eadeaa9382dddc9c0c3b41002f2
1 set(LLVM_LINK_COMPONENTS
2   BitWriter
3   Core
4   Support
5   )
7 add_llvm_example(ModuleMaker
8   ModuleMaker.cpp
9   )