summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/ObjectYAML/CMakeLists.txt')
-rw-r--r--llvm/lib/ObjectYAML/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/ObjectYAML/CMakeLists.txt b/llvm/lib/ObjectYAML/CMakeLists.txt
new file mode 100644
index 00000000000..9ebe1e30ad0
--- /dev/null
+++ b/llvm/lib/ObjectYAML/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_llvm_library(LLVMObjectYAML
+ YAML.cpp
+ COFFYAML.cpp
+ ELFYAML.cpp
+ )
OpenPOWER on IntegriCloud