Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
2b6c6bb4985d02056d6d125de185e799988ff763
/
.
/
lld
/
unittests
/
CMakeLists.txt
blob: ffaea3f2078330f0df5d79f34178c9fd51b02f4f [
file
] [
log
] [
blame
]
Alexandre Ganea
6f2e92c
2023-06-19 11:32:34
[
diff
] [
blame
]
1
function(add_lld_unittests test_dirname)
2
add_unittest(LLDUnitTests ${test_dirname} ${ARGN})
3
endfunction()
4
5
add_subdirectory(AsLibAll)
6
add_subdirectory(AsLibELF)