summaryrefslogtreecommitdiff
path: root/tools/llvmc/examples/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/examples/CMakeLists.txt')
-rw-r--r--tools/llvmc/examples/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/llvmc/examples/CMakeLists.txt b/tools/llvmc/examples/CMakeLists.txt
new file mode 100644
index 0000000000..2ad8aa4dc4
--- /dev/null
+++ b/tools/llvmc/examples/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_subdirectory(Hello)
+add_subdirectory(Simple)
+add_subdirectory(mcc16)
+add_subdirectory(Skeleton)