From 081d96a756f786b9b893eccfb2a439ed32533963 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 15 Feb 2020 08:48:54 +0100 Subject: [PATCH] Update INSTALL.md --- doc/INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 84ece9db..21a9df47 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -57,6 +57,13 @@ steps may be done: requires = "mp-units/0.5.0@mpusz/testing" ``` +- import `conan` dependencies to top level `CMakeLists.txt` file + + ```text + include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) + conan_basic_setup(TARGETS) + ``` + - link your `cmake` target with units ```text