CMakeLists.txt   [plain text]


set(LLVM_LINK_COMPONENTS bitwriter)

add_llvm_example(ModuleMaker
  ModuleMaker.cpp
  )