Update this CMakeLists.txt for r187283 too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187286 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2013-07-27 01:26:30 +00:00
parent 2d69cc4bae
commit c2c008aa18

View File

@ -4,5 +4,6 @@ set(LLVM_LINK_COMPONENTS
)
add_llvm_unittest(AnalysisTests
CFGTest.cpp
ScalarEvolutionTest.cpp
)