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:
Adrien Devresse 2017-10-31 22:15:26 +01:00
parent 200b5a7cb0
commit a3322e3bfc
6 changed files with 172 additions and 49 deletions

View file

@ -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