cmake: Add Kaleidoscope target
[oota-llvm.git] / examples / Kaleidoscope / Chapter5 / CMakeLists.txt
index e920f0e3445c94b9fd4db0c103686946d265e238..5aac67485e1a789e4525d4887e29a0a52f7f4bfa 100644 (file)
@@ -10,6 +10,6 @@ set(LLVM_LINK_COMPONENTS
   mcjit
   )
 
-add_llvm_example(Kaleidoscope-Ch5
+add_kaleidoscope_chapter(Kaleidoscope-Ch5
   toy.cpp
   )