blob: 235e9fe2f55eed7856a7181b68324cc52a8f13df [file] [log] [blame]
set(arch_specific_deps)
if(LIBC_TARGET_ARCHITECTURE_IS_AARCH64)
set(arch_specific_deps libc.src.sys.auxv.getauxval)
endif()
add_object_library(
test
SRCS
test.cpp
COMPILE_OPTIONS
${TEST_COMPILE_FLAGS}
HDRS
test.h
DEPENDS
libc.hdr.stdint_proxy
libc.src.__support.OSUtil.osutil
libc.src.__support.CPP.atomic
${arch_specific_deps}
)