Sign in
llvm
/
llvm-project
/
libc
/
2d76b42523bf303c06e57c9b205ac4c7d824304c
/
.
/
test
/
src
/
__support
/
time
/
CMakeLists.txt
blob: 37062e131acf5fee4216e664c3fd69a434c5f1ca [
file
]
add_custom_target(libc-support-time-tests)
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${LIBC_TARGET_OS})
endif()