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