1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/unittests/Analysis/CMakeLists.txt
2013-07-27 01:26:30 +00:00

10 lines
129 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
AsmParser
)
add_llvm_unittest(AnalysisTests
CFGTest.cpp
ScalarEvolutionTest.cpp
)