Sign in
ara-mdk
/
platform
/
external
/
clang
/
f72663fc962c1c27a4793ebd3d2e3d81a4f4e984
/
.
/
runtime
/
CMakeLists.txt
blob: 68ee266ecae92ab5337ac8a30e4ac2d3c71bc1e6 [
file
] [
log
] [
blame
]
# TODO: Set the install directory.
set(known_subdirs
"compiler-rt"
"libcxx"
)
foreach (dir ${known_subdirs})
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${dir}/CMakeLists.txt)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${dir})
endif()
endforeach()