mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04:00
15 lines
166 B
CMake
15 lines
166 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BitWriter
|
|
Core
|
|
ExecutionEngine
|
|
MC
|
|
MCJIT
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(BrainF
|
|
BrainF.cpp
|
|
BrainFDriver.cpp
|
|
)
|