#187 Add Conan topics

Signed-off-by: Uilian Ries <uilianries@gmail.com>
pull/231/head
Uilian Ries 6 years ago
parent db6a736814
commit 1aa550f840
  1. 1
      conanfile.py

@ -12,6 +12,7 @@ class AbseilConan(ConanFile):
author = "Ashley Hedberg <ahedberg@google.com>"
description = "Abseil Common Libraries (C++) from Google"
license = "Apache-2.0"
topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries")
exports = ["LICENSE"]
exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"]
generators = "cmake"

Loading…
Cancel
Save