Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
6fd82712
Unverified
Commit
6fd82712
authored
Mar 19, 2019
by
Derek Mauro
Committed by
GitHub
Mar 19, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #280 from chiumichael/master
Adding linking of CoreFoundation to CMakeLists in absl/time
parents
7c7754fb
3bd3028e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
absl/time/CMakeLists.txt
+6
-0
No files found.
absl/time/CMakeLists.txt
View file @
6fd82712
...
@@ -53,6 +53,10 @@ absl_cc_library(
...
@@ -53,6 +53,10 @@ absl_cc_library(
${
ABSL_DEFAULT_COPTS
}
${
ABSL_DEFAULT_COPTS
}
)
)
if
(
APPLE
)
find_library
(
CoreFoundation CoreFoundation
)
endif
()
absl_cc_library
(
absl_cc_library
(
NAME
NAME
time_zone
time_zone
...
@@ -78,6 +82,8 @@ absl_cc_library(
...
@@ -78,6 +82,8 @@ absl_cc_library(
"internal/cctz/src/zone_info_source.cc"
"internal/cctz/src/zone_info_source.cc"
COPTS
COPTS
${
ABSL_DEFAULT_COPTS
}
${
ABSL_DEFAULT_COPTS
}
DEPS
$<$<PLATFORM_ID:Darwin>:
${
CoreFoundation
}
>
)
)
absl_cc_library
(
absl_cc_library
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment