Merge pull request #136 from rongjiecomputer/cc_library
[CMake] Implement absl_cc_library as Bazel's cc_library
This commit is contained in:
commit
5fbde92571
7 changed files with 159 additions and 70 deletions
|
|
@ -53,7 +53,7 @@ absl_test(
|
|||
set(MEMORY_EXCEPTION_SAFETY_TEST_SRC "memory_exception_safety_test.cc")
|
||||
set(MEMORY_EXCEPTION_SAFETY_TEST_PUBLIC_LIBRARIES
|
||||
absl::memory
|
||||
absl_base_internal_exception_safety_testing
|
||||
absl_internal_exception_safety_testing
|
||||
)
|
||||
|
||||
absl_test(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue