From: Benjamin Kramer Date: Sat, 4 Aug 2012 09:52:39 +0000 (+0000) Subject: Update cmake build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=36108ceabda562ebca91a2fa73bfc2d53e6271be;p=oota-llvm.git Update cmake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/VMCore/CMakeLists.txt b/unittests/VMCore/CMakeLists.txt index 632eab57197..4025c7a91fb 100644 --- a/unittests/VMCore/CMakeLists.txt +++ b/unittests/VMCore/CMakeLists.txt @@ -13,6 +13,7 @@ set(VMCoreSources MetadataTest.cpp PassManagerTest.cpp TypeBuilderTest.cpp + TypesTest.cpp ValueMapTest.cpp VerifierTest.cpp )