A recipe is a Python script that defines how a package is built and consumed. It contains information such as:
add_executable(my_app src/main.cpp) target_link_libraries(my_app fmt::fmt) conan package manager
To understand how Conan works, one must grasp its fundamental unit: the . A recipe is a Python script that defines