1 if(NOT (TARGET libc.src.__support.threads.mutex))
2 # Not all platforms have a mutex implementation. If mutex is unvailable,
3 # we just skip everything about files.
14 libc.src.__support.CPP.new
15 libc.src.__support.CPP.span
16 libc.src.__support.threads.mutex
17 libc.src.__support.error_or
27 libc.src.__support.CPP.new
28 libc.src.__support.CPP.span
29 libc.src.__support.threads.mutex
32 if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
36 add_subdirectory(${LIBC_TARGET_OS})
37 set(target_file libc.src.__support.File.${LIBC_TARGET_OS}.${LIBC_TARGET_OS}_file)
38 set(target_dir libc.src.__support.File.${LIBC_TARGET_OS}.${LIBC_TARGET_OS}_dir)
39 if((NOT TARGET ${target_file}) OR (NOT TARGET ${target_dir}))