Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/kotlin-native-toolchain
/
.
/
libc
/
loader
/
CMakeLists.txt
blob: b4bbe81c92ff2ebe511e5102fe9f9f56f8f0093b [
file
] [
log
] [
blame
] [
edit
]
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${LIBC_TARGET_OS})
endif()