allwinner_a64/android/external/llvm/examples/BrainF/CMakeLists.txt
2018-08-08 16:14:42 +08:00

13 lines
158 B
CMake

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