More MSVC fixes -- class/struct conflicts.
[llvm/msp430.git] / examples / BrainF / CMakeLists.txt
blob7bec105cdc8a677d4cce4bc78d4ae52be8a7f4ba
1 set(LLVM_LINK_COMPONENTS jit bitwriter nativecodegen interpreter)
3 add_llvm_example(BrainF
4   BrainF.cpp
5   BrainFDriver.cpp
6   )