X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter3%2FCMakeLists.txt;fp=examples%2FKaleidoscope%2FChapter3%2FCMakeLists.txt;h=1af8db00a172284efd65b19c77163b8ed71dfc9d;hb=3a210e2d302758101ac06946e86027b327c7d0f3;hp=059d7f6d5b009f947bd4978366e2246d48d3546f;hpb=bd916c54b7989ddbab373c61eb1ed2556ca44d27;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter3/CMakeLists.txt b/examples/Kaleidoscope/Chapter3/CMakeLists.txt index 059d7f6d5b0..1af8db00a17 100644 --- a/examples/Kaleidoscope/Chapter3/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter3/CMakeLists.txt @@ -1,5 +1,5 @@ +set(LLVM_LINK_COMPONENTS core) + add_llvm_example(Kaleidoscope-Ch3 toy.cpp ) - -target_link_libraries(Kaleidoscope-Ch3 LLVMCore)