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
fc2185a7
Commit
fc2185a7
authored
Oct 10, 2018
by
Loo Rong Jie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use absl_ prefix for public target
parent
a76ceed6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
CMake/AbseilHelpers.cmake
+5
-1
No files found.
CMake/AbseilHelpers.cmake
View file @
fc2185a7
...
@@ -122,7 +122,11 @@ function(absl_cc_library)
...
@@ -122,7 +122,11 @@ function(absl_cc_library)
)
)
if
(
NOT ABSL_CC_LIB_TESTONLY OR ABSL_RUN_TESTS
)
if
(
NOT ABSL_CC_LIB_TESTONLY OR ABSL_RUN_TESTS
)
set
(
_NAME
"absl_internal_
${
ABSL_CC_LIB_NAME
}
"
)
if
(
ABSL_CC_LIB_PUBLIC
)
set
(
_NAME
"absl_
${
ABSL_CC_LIB_NAME
}
"
)
else
()
set
(
_NAME
"absl_internal_
${
ABSL_CC_LIB_NAME
}
"
)
endif
()
# Check if this is a header-only library
# Check if this is a header-only library
if
(
ABSL_CC_LIB_SRCS
)
if
(
ABSL_CC_LIB_SRCS
)
...
...
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