Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
393f249399fe30e9580e1529a7479489e90f3a57
/
.
/
runtime
/
CMakeLists.txt
blob: e53d805cbd64c00aa7159caabc1f195a7db59e58 [
file
] [
log
] [
blame
]
# TODO: Set the install directory.
set(known_subdirs
"compiler-rt"
)
foreach (dir ${known_subdirs})
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${dir}/CMakeLists.txt)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${dir})
endif()
endforeach()