Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
fix line endings common_internal_cmakelists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
meastp committed Mar 14, 2019
1 parent 8d607f8 commit 36f29c2
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions opencensus/common/internal/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
# Copyright 2018, OpenCensus Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

opencensus_lib(common_hash_mix)

opencensus_lib(common_random
SRCS
random.cc
DEPS
absl::base
absl::synchronization
absl::time)

opencensus_lib(common_stats_object DEPS absl::time)

# Define NOMINMAX to fix build errors when compiling with MSVC.
target_compile_definitions(opencensus_common_stats_object INTERFACE
$<$<CXX_COMPILER_ID:MSVC>:NOMINMAX>)

opencensus_lib(common_string_vector_hash)

opencensus_test(common_random_test random_test.cc common_random)

opencensus_benchmark(common_random_benchmark random_benchmark.cc common_random)

opencensus_test(common_stats_object_test
stats_object_test.cc
common_stats_object
absl::strings
absl::span)
# Copyright 2018, OpenCensus Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

opencensus_lib(common_hash_mix)

opencensus_lib(common_random
SRCS
random.cc
DEPS
absl::base
absl::synchronization
absl::time)

opencensus_lib(common_stats_object DEPS absl::time)

# Define NOMINMAX to fix build errors when compiling with MSVC.
target_compile_definitions(opencensus_common_stats_object INTERFACE
$<$<CXX_COMPILER_ID:MSVC>:NOMINMAX>)

opencensus_lib(common_string_vector_hash)

opencensus_test(common_random_test random_test.cc common_random)

opencensus_benchmark(common_random_benchmark random_benchmark.cc common_random)

opencensus_test(common_stats_object_test
stats_object_test.cc
common_stats_object
absl::strings
absl::span)

0 comments on commit 36f29c2

Please sign in to comment.