repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
runtime
/
CMakeLists.txt
blob
68ee266ecae92ab5337ac8a30e4ac2d3c71bc1e6
1
# TODO: Set the install directory.
2
3
set(known_subdirs
4
"compiler-rt"
5
"libcxx"
6
)
7
8
foreach (dir ${known_subdirs})
9
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${dir}/CMakeLists.txt)
10
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${dir})
11
endif()
12
endforeach()