xref: /llvm-project/libc/test/src/__support/time/CMakeLists.txt (revision b342d18a8f0240342ea5c461145e78c6e3af92cc)
1add_custom_target(libc-support-time-tests)
2
3if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
4  add_subdirectory(${LIBC_TARGET_OS})
5endif()
6