summaryrefslogtreecommitdiff
path: root/lib/Target/MSIL/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/MSIL/CMakeLists.txt')
-rw-r--r--lib/Target/MSIL/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/MSIL/CMakeLists.txt b/lib/Target/MSIL/CMakeLists.txt
new file mode 100644
index 000000000000..b1d47ef05ec5
--- /dev/null
+++ b/lib/Target/MSIL/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_target(MSIL
+ MSILWriter.cpp
+ )