How To Use Conan !!hot!!

conan list "fmt/*"

Inside my_project/conanfile.txt :

def build(self): cmake = CMake(self) cmake.configure() cmake.build() how to use conan

def generate(self): # Generate the toolchain for CMake CMakeToolchain(self).generate() conan list "fmt/*" Inside my_project/conanfile