1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/unittests/Linker/CMakeLists.txt

10 lines
114 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
AsmParser
core
linker
)
add_llvm_unittest(LinkerTests
LinkModulesTest.cpp
)