From 4c5dd3908924c90575c8391f71f94e2f15970bc6 Mon Sep 17 00:00:00 2001 From: Bertrand Kerautret Date: Mon, 26 Aug 2024 17:17:23 +0200 Subject: [PATCH] add conan config file from DGtal --- conanfile.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conanfile.txt diff --git a/conanfile.txt b/conanfile.txt new file mode 100644 index 0000000..7a96e48 --- /dev/null +++ b/conanfile.txt @@ -0,0 +1,14 @@ +[requires] +fmt/9.1.0 +zlib/1.2.13 +boost/1.81.0 +gmp/6.3.0 +fftw/3.3.9 + +[generators] +CMakeDeps +CMakeToolchain + +[options] +boost*:header_only=True +gmp*:enable_cxx=True