diff options
| author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-15 03:21:41 +0000 |
|---|---|---|
| committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-15 03:21:41 +0000 |
| commit | fe5ee802681bdddd52adc47c15b00ee28c93cdf4 (patch) | |
| tree | 3d4d83e06c3a723f88d84143d20bccd169c7c4da /llvm/lib/Object/CMakeLists.txt | |
| parent | dd6df84900df4ceb6b4c5bc9c341c14f672ffaf7 (diff) | |
| download | bcm5719-llvm-fe5ee802681bdddd52adc47c15b00ee28c93cdf4.tar.gz bcm5719-llvm-fe5ee802681bdddd52adc47c15b00ee28c93cdf4.zip | |
Add LLVMObject Library.
llvm-svn: 119107
Diffstat (limited to 'llvm/lib/Object/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/Object/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Object/CMakeLists.txt b/llvm/lib/Object/CMakeLists.txt new file mode 100644 index 00000000000..18ee4beac18 --- /dev/null +++ b/llvm/lib/Object/CMakeLists.txt @@ -0,0 +1,3 @@ +add_llvm_library(LLVMObject + ObjectFile.cpp + ) |

