diff options
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt')
-rw-r--r-- | llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt index 84436289d2c..1a957722399 100644 --- a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -13,6 +13,6 @@ set(LLVM_LINK_COMPONENTS set(LLVM_REQUIRES_RTTI 1) -add_llvm_example(Kaleidoscope-Ch8 +add_kaleidoscope_chapter(Kaleidoscope-Ch8 toy.cpp ) |