1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/examples/BrainF/CMakeLists.txt

8 lines
168 B
CMake
Raw Normal View History

add_llvm_example(BrainF
BrainF.cpp
BrainFDriver.cpp
)
add_llvm_link_components(BrainF jit nativecodegen interpreter)
target_link_libraries(BrainF LLVMBitWriter)