X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FBrainF%2FCMakeLists.txt;h=cf1cf1b61596e0cd478b0271290869a7aa1f8dc8;hb=9a498947cdb25737faecfdabcb64848432c49d68;hp=4859634ed138afc2059da57c98db92ce0c6974ec;hpb=4e9c939312ff73bd0c6a6485fd5f97012f5910fa;p=oota-llvm.git diff --git a/examples/BrainF/CMakeLists.txt b/examples/BrainF/CMakeLists.txt index 4859634ed13..cf1cf1b6159 100644 --- a/examples/BrainF/CMakeLists.txt +++ b/examples/BrainF/CMakeLists.txt @@ -1,7 +1,13 @@ +set(LLVM_LINK_COMPONENTS + BitWriter + Core + ExecutionEngine + MC + Support + nativecodegen + ) + add_llvm_example(BrainF BrainF.cpp BrainFDriver.cpp ) - -add_llvm_link_components(BrainF jit nativecodegen interpreter) -target_link_libraries(BrainF LLVMBitWriter)