From: Dmitri Gribenko Date: Fri, 25 Jan 2013 22:29:23 +0000 (+0000) Subject: Add file to CMakeLists (file added in r173505) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c73b7f702258b844dc2702fd9d79d8a8706460a7;p=oota-llvm.git Add file to CMakeLists (file added in r173505) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173513 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/ADT/CMakeLists.txt b/unittests/ADT/CMakeLists.txt index 09ca89944ba..0f39e02c1ff 100644 --- a/unittests/ADT/CMakeLists.txt +++ b/unittests/ADT/CMakeLists.txt @@ -18,6 +18,7 @@ set(ADTSources IntEqClassesTest.cpp IntervalMapTest.cpp IntrusiveRefCntPtrTest.cpp + MapVectorTest.cpp PackedVectorTest.cpp SCCIteratorTest.cpp SmallPtrSetTest.cpp