summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/examples/ModuleMaker/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/examples/ModuleMaker/CMakeLists.txt')
-rw-r--r--gnu/llvm/examples/ModuleMaker/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/llvm/examples/ModuleMaker/CMakeLists.txt b/gnu/llvm/examples/ModuleMaker/CMakeLists.txt
new file mode 100644
index 00000000000..a73909a13bd
--- /dev/null
+++ b/gnu/llvm/examples/ModuleMaker/CMakeLists.txt
@@ -0,0 +1,9 @@
+set(LLVM_LINK_COMPONENTS
+ BitWriter
+ Core
+ Support
+ )
+
+add_llvm_example(ModuleMaker
+ ModuleMaker.cpp
+ )