1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +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
)