Completely refactor the structuring of unittest CMake files to match the
[oota-llvm.git] / unittests / Analysis / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   )
4
5 add_llvm_unittest(AnalysisTests
6   ScalarEvolutionTest.cpp
7   )