Skip to content

Commit 3bc5488

Browse files
committed
Add absl/base/internal/endian.h back into the build
1 parent 035411e commit 3bc5488

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Firestore/third_party/abseil-cpp/absl/base/CMakeLists.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ list(APPEND BASE_PUBLIC_HEADERS
2727

2828
list(APPEND BASE_INTERNAL_HEADERS
2929
"internal/atomic_hook.h"
30+
"internal/endian.h"
3031
"internal/log_severity.h"
3132
"internal/raw_logging.h"
3233
"internal/throw_delegate.h"
34+
"internal/unaligned_access.h"
3335
)
3436

3537

@@ -84,6 +86,17 @@ absl_library(
8486
## TESTS
8587
#
8688

89+
# test endian_test
90+
set(ENDIAN_TEST_SRC "internal/endian_test.cc")
91+
92+
absl_test(
93+
TARGET
94+
endian_test
95+
SOURCES
96+
${ENDIAN_TEST_SRC}
97+
)
98+
99+
87100
# test config_test
88101
set(CONFIG_TEST_SRC "config_test.cc")
89102
set(CONFIG_TEST_PUBLIC_LIBRARIES absl::base)

0 commit comments

Comments
 (0)