Continue CMake support improvement
- Update documentation - Remove type target - Remove typos - simplify target - improve 1-1 matchign with Bazel targets
This commit is contained in:
parent
200b5a7cb0
commit
a3322e3bfc
6 changed files with 172 additions and 49 deletions
|
|
@ -16,10 +16,9 @@
|
|||
|
||||
include(CMakeParseArguments)
|
||||
|
||||
set(_ABSL_HELPERS_PATH "${CMAKE_CURRENT_LIST_DIR}")
|
||||
|
||||
#
|
||||
# create a static library absl_based on the following variable
|
||||
# create a library in the absl namespace
|
||||
#
|
||||
# parameters
|
||||
# SOURCES : sources files for the library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue