Sign in
llvm
/
llvm-project
/
llvm
/
be690ac11b317391cef3cb2451e638dda3a61596
/
.
/
examples
/
BrainF
/
CMakeLists.txt
blob: 7b44b3a62756a4cc7be46c28828b343be564ed38 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
BitWriter
Core
ExecutionEngine
MC
MCJIT
Support
nativecodegen
)
add_llvm_example(BrainF
BrainF.cpp
BrainFDriver.cpp
)