]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - unittests/MC/CMakeLists.txt
Move CFG building code to a new lib/MC/MCAnalysis library.
[opencl/llvm.git] / unittests / MC / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   MCAnalysis
3   )
5 add_llvm_unittest(MCTests
6   MCAtomTest.cpp
7   )