1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/unittests/MC/CMakeLists.txt
Colin LeMahieu d1d75bedac Cleaning out google tests from MC.
llvm-svn: 222770
2014-11-25 18:03:08 +00:00

13 lines
182 B
CMake

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
MC
MCDisassembler
Support
)
add_llvm_unittest(MCTests
Disassembler.cpp
StringTableBuilderTest.cpp
YAMLTest.cpp
)