from pathlib import Path from conan.tools.build import can_run from conan.tools.cmake import CMake, cmake_layout from conan import ConanFile class Example(ConanFile): name = "example" license = "ISC" author = "John Freeman , Michael Legleux