CMakeLists.txt 110 B

123456789
  1. set(LLVM_LINK_COMPONENTS
  2. BitWriter
  3. Core
  4. Support
  5. )
  6. add_llvm_example(ModuleMaker
  7. ModuleMaker.cpp
  8. )