android_mt6572_jiabo/external/llvm/examples/BrainF/CMakeLists.txt
2025-09-05 16:56:03 +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
)