mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
9 lines
97 B
CMake
9 lines
97 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
ObjectYAML
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(ObjectYAMLTests
|
||
|
YAMLTest.cpp
|
||
|
)
|
||
|
|