Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
d421109a0735e359bc4ec37d55d795348becd8d1
/
.
/
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
)