llvm-6502/examples/BrainF/CMakeLists.txt

15 lines
164 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
BitWriter
Core
ExecutionEngine
JIT
MC
Support
nativecodegen
)
add_llvm_example(BrainF
BrainF.cpp
BrainFDriver.cpp
)