fmt dependency added

This commit is contained in:
Mateusz Pusz
2019-10-18 23:50:12 +02:00
parent 987ab86439
commit 1ea918e543
2 changed files with 3 additions and 1 deletions

View File

@@ -46,7 +46,8 @@ class UnitsConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = (
"range-v3/0.9.1@ericniebler/stable",
"Catch2/2.10.0@catchorg/stable"
"Catch2/2.10.0@catchorg/stable",
"fmt/6.0.0"
)
scm = {
"type": "git",

View File

@@ -54,6 +54,7 @@ target_compile_features(units INTERFACE cxx_std_20)
target_link_libraries(units
INTERFACE
CONAN_PKG::range-v3
CONAN_PKG::fmt
)
target_include_directories(units
INTERFACE