summaryrefslogtreecommitdiff
path: root/examples/BrainF/CMakeLists.txt
blob: 7bec105cdc8a677d4cce4bc78d4ae52be8a7f4ba (plain)
1
2
3
4
5
6
set(LLVM_LINK_COMPONENTS jit bitwriter nativecodegen interpreter)

add_llvm_example(BrainF
  BrainF.cpp
  BrainFDriver.cpp
  )