diff options
Diffstat (limited to 'contrib/llvm/examples/Kaleidoscope/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/examples/Kaleidoscope/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/llvm/examples/Kaleidoscope/CMakeLists.txt b/contrib/llvm/examples/Kaleidoscope/CMakeLists.txt new file mode 100644 index 0000000..8c87ac5 --- /dev/null +++ b/contrib/llvm/examples/Kaleidoscope/CMakeLists.txt @@ -0,0 +1,6 @@ +add_subdirectory(Chapter2) +add_subdirectory(Chapter3) +add_subdirectory(Chapter4) +add_subdirectory(Chapter5) +add_subdirectory(Chapter6) +add_subdirectory(Chapter7) |