1add_custom_target(libc-osutil-tests) 2 3if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS}) 4 add_subdirectory(${LIBC_TARGET_OS}) 5endif() 6