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
df283a20
Commit
df283a20
authored
Feb 07, 2023
by
H. Vetinari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some missing ABSL_INTERNAL_DLL_TARGETS for shared builds
parent
3aa3377e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
CMake/AbseilDll.cmake
+10
-0
No files found.
CMake/AbseilDll.cmake
View file @
df283a20
...
...
@@ -462,8 +462,14 @@ set(ABSL_INTERNAL_DLL_TARGETS
"container_common"
"container_memory"
"cord"
"cord_internal"
"cordz_functions"
"cordz_handle"
"cordz_info"
"cordz_sample_token"
"core_headers"
"counting_allocator"
"crc_cord_state"
"crc_cpu_detect"
"crc_internal"
"crc32c"
...
...
@@ -518,6 +524,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"log_internal_structured"
"log_severity"
"log_structured"
"low_level_hash"
"malloc_internal"
"memory"
"meta"
...
...
@@ -569,8 +576,10 @@ set(ABSL_INTERNAL_DLL_TARGETS
"stack_consumption"
"stacktrace"
"status"
"statusor"
"str_format"
"str_format_internal"
"strerror"
"strings"
"strings_internal"
"symbolize"
...
...
@@ -606,6 +615,7 @@ set(ABSL_INTERNAL_TEST_DLL_TARGETS
"cordz_test_helpers"
"hash_testing"
"random_mocking_bit_gen"
"random_internal_distribution_test_util"
"random_internal_mock_overload_set"
"scoped_mock_log"
)
...
...
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