12345678910111213141516171819202122232425262728293031 |
- LIBRARY()
- WITHOUT_LICENSE_TEXTS()
- # Proxy library
- LICENSE(Not-Applicable)
- OWNER(
- g:contrib
- g:cpp-contrib
- )
- NO_PLATFORM()
- IF (NOT USE_STL_SYSTEM)
- PEERDIR(
- contrib/libs/cxxsupp/libcxx
- )
- ELSE()
- PEERDIR(
- contrib/libs/cxxsupp/system_stl
- )
- ENDIF()
- END()
- RECURSE(
- libcxx
- libcxxabi
- libcxxrt
- )
|