Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
30e4d3c5f99110c08f50b471c370ea2bbb2a960f
/
.
/
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()