Sign in
llvm
/
llvm-project
/
llvm
/
1dc55330f9f1104b319519bd7e7f03919a735d5f
/
.
/
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
)