2022-10-25 16:15:54 +00:00
|
|
|
# Copyright 2022 Google LLC. All rights reserved.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style
|
|
|
|
# license that can be found in the LICENSE file or at
|
|
|
|
# https://developers.google.com/open-source/licenses/bsd
|
|
|
|
|
|
|
|
# Subdirectories with their own CMakeLists.txt, all of whose targets are built.
|
2022-11-02 15:34:06 +00:00
|
|
|
add_subdirectory(base)
|
2022-11-30 17:43:58 +00:00
|
|
|
add_subdirectory(origin)
|
2022-11-30 20:01:25 +00:00
|
|
|
add_subdirectory(replicator)
|
2022-10-25 16:15:54 +00:00
|
|
|
add_subdirectory(test)
|
2022-12-16 00:53:36 +00:00
|
|
|
add_subdirectory(codecs)
|
2022-12-17 05:40:00 +00:00
|
|
|
add_subdirectory(formats)
|