Files
2023-05-14 11:44:44 +00:00

14 lines
158 B
CMake

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