Sign in
llvm
/
llvm-project
/
83953c7df107af26ebf9ab82e01623c991637199
/
.
/
lld
/
unittests
/
CMakeLists.txt
blob: ffaea3f2078330f0df5d79f34178c9fd51b02f4f [
file
] [
log
] [
blame
]
function(add_lld_unittests test_dirname)
add_unittest(LLDUnitTests ${test_dirname} ${ARGN})
endfunction()
add_subdirectory(AsLibAll)
add_subdirectory(AsLibELF)