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