mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-06 02:37:55 +00:00
(#21612) nanobench: add package_type
This commit is contained in:
@@ -14,6 +14,7 @@ class NanobenchConan(ConanFile):
|
|||||||
url = "https://github.com/conan-io/conan-center-index"
|
url = "https://github.com/conan-io/conan-center-index"
|
||||||
homepage = "https://github.com/martinus/nanobench"
|
homepage = "https://github.com/martinus/nanobench"
|
||||||
topics = ("benchmark", "microbenchmark", "header-only")
|
topics = ("benchmark", "microbenchmark", "header-only")
|
||||||
|
package_type = "header-library"
|
||||||
settings = "os", "arch", "compiler", "build_type"
|
settings = "os", "arch", "compiler", "build_type"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user