summaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Hello/CMakeLists.txt')
-rw-r--r--lib/Transforms/Hello/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Transforms/Hello/CMakeLists.txt b/lib/Transforms/Hello/CMakeLists.txt
new file mode 100644
index 0000000000..b80d15ba76
--- /dev/null
+++ b/lib/Transforms/Hello/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_library( LLVMHello
+ Hello.cpp
+ )