(#21612) nanobench: add package_type

This commit is contained in:
SpaceIm
2023-12-11 11:59:47 +01:00
committed by GitHub
parent 45eef3c760
commit 262eec05f6

View File

@@ -14,6 +14,7 @@ class NanobenchConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/martinus/nanobench"
topics = ("benchmark", "microbenchmark", "header-only")
package_type = "header-library"
settings = "os", "arch", "compiler", "build_type"
@property