diff options
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt')
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt index 1af8db00a17..a98d7df1049 100644 --- a/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt @@ -1,4 +1,7 @@ -set(LLVM_LINK_COMPONENTS core) +set(LLVM_LINK_COMPONENTS + Core + Support + ) add_llvm_example(Kaleidoscope-Ch3 toy.cpp |

