Files
linux-packaging-mono/external/llvm-project/llvm/unittests/Linker/CMakeLists.txt

14 lines
156 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
AsmParser
core
linker
)
set(LinkerSources
LinkModulesTest.cpp
)
add_llvm_unittest(LinkerTests
${LinkerSources}
)