Sign in
llvm
/
llvm-project
/
libc
/
792b2c6e9df0a404db3a14c713d627115deb73da
/
.
/
test
/
src
/
__support
/
OSUtil
/
CMakeLists.txt
blob: 9adac7e73b8ff4a1d3888f6676bf1f5e46c72d64 [
file
] [
log
] [
blame
]
add_custom_target(libc_osutil_tests)
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${LIBC_TARGET_OS})
endif()