add some documentation for the most important MC-level classes along with
[oota-llvm.git] / examples / BrainF / CMakeLists.txt
1 add_llvm_example(BrainF
2   BrainF.cpp
3   BrainFDriver.cpp
4   )
5
6 add_llvm_link_components(BrainF jit nativecodegen interpreter)
7 target_link_libraries(BrainF LLVMBitWriter)