[orcjit] Include CMake support for the fully_lazy example and fix the build
[oota-llvm.git] / examples / Kaleidoscope / Orc / CMakeLists.txt
index e4cf0c2aa1bdc8f203398bc526fe55ab22d7fdd5..5aa04543dc68757bf2d31a94fbdf228d6ffe2388 100644 (file)
@@ -1,3 +1,4 @@
 add_subdirectory(initial)
 add_subdirectory(lazy_codegen)
 add_subdirectory(lazy_irgen)
+add_subdirectory(fully_lazy)