summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/examples/ModuleMaker/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/examples/ModuleMaker/CMakeLists.txt')
-rw-r--r--contrib/llvm/examples/ModuleMaker/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/llvm/examples/ModuleMaker/CMakeLists.txt b/contrib/llvm/examples/ModuleMaker/CMakeLists.txt
new file mode 100644
index 0000000..81e9115
--- /dev/null
+++ b/contrib/llvm/examples/ModuleMaker/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_LINK_COMPONENTS bitwriter)
+
+add_llvm_example(ModuleMaker
+ ModuleMaker.cpp
+ )
OpenPOWER on IntegriCloud