1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/unittests/MC/CMakeLists.txt
NAKAMURA Takumi 59ba3fdb61 [CMake] Update libdeps.
llvm-svn: 212920
2014-07-14 05:01:53 +00:00

12 lines
149 B
CMake

set(LLVM_LINK_COMPONENTS
MC
MCAnalysis
Support
)
add_llvm_unittest(MCTests
MCAtomTest.cpp
StringTableBuilderTest.cpp
YAMLTest.cpp
)