summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/CMakeLists.txt
blob: 735942d775d6ef6af19719e4da3efc688d8a8e7f (plain)
1
2
3
4
5
add_llvm_example(ModuleMaker
  ModuleMaker.cpp
  )

target_link_libraries(ModuleMaker LLVMBitWriter LLVMCore)