Sign in
llvm
/
llvm-project
/
llvm
/
ca6b02e535d2a42b1d0e8a553c73eb8606e3bef8
/
.
/
examples
/
BrainF
/
CMakeLists.txt
blob: cf1cf1b61596e0cd478b0271290869a7aa1f8dc8 [
file
]
set(LLVM_LINK_COMPONENTS
BitWriter
Core
ExecutionEngine
MC
Support
nativecodegen
)
add_llvm_example(BrainF
BrainF.cpp
BrainFDriver.cpp
)