1234567891011121314151617181920212223242526 |
- # This file was generated by the build system used internally in the Yandex monorepo.
- # Only simple modifications are allowed (adding source-files to targets, adding simple properties
- # like target_include_directories). These modifications will be ported to original
- # ya.make files by maintainers. Any complex modifications which can't be ported back to the
- # original buildsystem will not be accepted.
- add_subdirectory(algorithm)
- add_subdirectory(base)
- add_subdirectory(container)
- add_subdirectory(debugging)
- add_subdirectory(flags)
- add_subdirectory(functional)
- add_subdirectory(hash)
- add_subdirectory(memory)
- add_subdirectory(meta)
- add_subdirectory(numeric)
- add_subdirectory(profiling)
- add_subdirectory(random)
- add_subdirectory(status)
- add_subdirectory(strings)
- add_subdirectory(synchronization)
- add_subdirectory(time)
- add_subdirectory(types)
- add_subdirectory(utility)
|