mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 14:45:50 +00:00
a84c1fb652
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212920 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
149 B
CMake
12 lines
149 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
MC
|
|
MCAnalysis
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(MCTests
|
|
MCAtomTest.cpp
|
|
StringTableBuilderTest.cpp
|
|
YAMLTest.cpp
|
|
)
|