2022-11-30 20:01:25 +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
|
|
|
|
|
|
|
|
add_library(media_replicator STATIC
|
|
|
|
replicator.cc)
|
2023-10-13 19:42:47 +00:00
|
|
|
|
2022-11-30 20:01:25 +00:00
|
|
|
target_link_libraries(media_replicator
|
2023-10-13 19:42:47 +00:00
|
|
|
absl::base
|
|
|
|
absl::log)
|