diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-05-27 16:52:17 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-05-27 16:52:17 +0000 |
commit | 0d09b83a481ea529f5ed8fe991afbadf01e582e3 (patch) | |
tree | 643242d00a20150e3bf28adcd845f7d183cbba93 /lib/Support/CMakeLists.txt | |
parent | 1a53cbfb4a532511633ad752fcf7396a79857e98 (diff) |
Minor fix for CMake build system
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-rw-r--r-- | lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index bb3182837f..7c8ce706b6 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -26,5 +26,6 @@ add_llvm_library(LLVMSupport StringPool.cpp SystemUtils.cpp Timer.cpp + Triple.cpp raw_ostream.cpp ) |