hanchenye-llvm-project/llvm/unittests/Linker/CMakeLists.txt

13 lines
144 B
CMake

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