|
string | author = "Abseil <abseil-io@googlegroups.com>" |
|
string | description = "Abseil Common Libraries (C++) from Google" |
|
list | exports = ["LICENSE"] |
|
list | exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"] |
|
string | generators = "cmake" |
|
string | homepage = url |
|
string | license = "Apache-2.0" |
|
string | name = "abseil" |
|
string | settings = "os", "arch", "compiler", "build_type" |
|
tuple | topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries") |
|
string | url = "https://github.com/abseil/abseil-cpp" |
|
Definition at line 13 of file conanfile.py.
◆ build()
def conanfile.AbseilConan.build |
( |
|
self | ) |
|
◆ configure()
def conanfile.AbseilConan.configure |
( |
|
self | ) |
|
◆ package()
def conanfile.AbseilConan.package |
( |
|
self | ) |
|
◆ package_info()
def conanfile.AbseilConan.package_info |
( |
|
self | ) |
|
◆ author
string conanfile.AbseilConan.author = "Abseil <abseil-io@googlegroups.com>" |
|
static |
◆ description
string conanfile.AbseilConan.description = "Abseil Common Libraries (C++) from Google" |
|
static |
◆ exports
list conanfile.AbseilConan.exports = ["LICENSE"] |
|
static |
◆ exports_sources
list conanfile.AbseilConan.exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"] |
|
static |
◆ generators
string conanfile.AbseilConan.generators = "cmake" |
|
static |
◆ homepage
string conanfile.AbseilConan.homepage = url |
|
static |
◆ license
string conanfile.AbseilConan.license = "Apache-2.0" |
|
static |
◆ name
string conanfile.AbseilConan.name = "abseil" |
|
static |
◆ settings
string conanfile.AbseilConan.settings = "os", "arch", "compiler", "build_type" |
|
static |
◆ topics
tuple conanfile.AbseilConan.topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries") |
|
static |
◆ url
string conanfile.AbseilConan.url = "https://github.com/abseil/abseil-cpp" |
|
static |
The documentation for this class was generated from the following file: