Switch GlobalVariable ctors to a sane API, where *either* a context or a module is...
[oota-llvm.git] / examples / BrainF / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit bitwriter nativecodegen interpreter)
2
3 add_llvm_example(BrainF
4   BrainF.cpp
5   BrainFDriver.cpp
6   )