X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FModuleMaker%2FCMakeLists.txt;h=a73909a13bd48eadeaa9382dddc9c0c3b41002f2;hp=81e911560bdcf2c9c863029d5c265d79dce55590;hb=HEAD;hpb=dbc2e856fce973243d2dfba88d573d3c88f06020 diff --git a/examples/ModuleMaker/CMakeLists.txt b/examples/ModuleMaker/CMakeLists.txt index 81e911560bd..a73909a13bd 100644 --- a/examples/ModuleMaker/CMakeLists.txt +++ b/examples/ModuleMaker/CMakeLists.txt @@ -1,4 +1,8 @@ -set(LLVM_LINK_COMPONENTS bitwriter) +set(LLVM_LINK_COMPONENTS + BitWriter + Core + Support + ) add_llvm_example(ModuleMaker ModuleMaker.cpp