"docs" added to conan export_sources

This commit is contained in:
Mateusz Pusz
2020-03-09 19:48:02 +01:00
parent 1865b92e90
commit 99f4c92230

View File

@@ -43,7 +43,7 @@ class UnitsConan(ConanFile):
url = "https://github.com/mpusz/units"
description = "Physical Units library for C++"
exports = ["LICENSE.md"]
exports_sources = ["src/*", "test/*", "cmake/*", "example/*","CMakeLists.txt"]
exports_sources = ["docs/*", "src/*", "test/*", "cmake/*", "example/*","CMakeLists.txt"]
settings = "os", "compiler", "build_type", "arch"
requires = (
"fmt/6.1.0"