summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/CMakeLists.txt
blob: a73909a13bd48eadeaa9382dddc9c0c3b41002f2 (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  BitWriter
  Core
  Support
  )

add_llvm_example(ModuleMaker
  ModuleMaker.cpp
  )