llvm-6502/unittests/Analysis/CMakeLists.txt

12 lines
146 B
CMake
Raw Normal View History

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