8000 Add cctz as a submodule by DanielMahu · Pull Request #91 · googleapis/google-cloud-cpp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add cctz as a submodule #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
[submodule "third_party/abseil"]
path = third_party/abseil
url = https://github.com/abseil/abseil-cpp.git
[submodule "third_party/cctz"]
path = third_party/cctz
url = https://github.com/google/cctz
3 changes: 3 additions & 0 deletions bigtable/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ include(${PROJECT_SOURCE_DIR}/cmake/EnableSanitizers.cmake)
# Include support for clang-tidy if available
include(${PROJECT_SOURCE_DIR}/cmake/EnableClangTidy.cmake)

# cctz is a required dependency of Abseil
include_directories(${PROJECT_THIRD_PARTY_DIR}/cctz/include)

# We use abseil.io .
include_directories(${PROJECT_THIRD_PARTY_DIR}/abseil)

Expand Down
1 change: 1 addition & 0 deletions third_party/cctz
Submodule cctz added at a9e322
0