aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt')
-rw-r--r--examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt b/examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt
new file mode 100644
index 0000000..abb0428
--- /dev/null
+++ b/examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt
@@ -0,0 +1,13 @@
+set(LLVM_LINK_COMPONENTS
+ Core
+ ExecutionEngine
+ Object
+ OrcJIT
+ RuntimeDyld
+ Support
+ native
+ )
+
+add_kaleidoscope_chapter(Kaleidoscope-Orc-fully_lazy
+ toy.cpp
+ )