settings.yml Operating systems Compilers msvc intel-cc Architectures C++ standard libraries (aka compiler.libcxx) Customizing settings Adding new settings Adding new sub-set...
VCVars Customization conf Reference VCVars Generates a file called conanvcvars.bat that activates the Visual Studio developer command prompt according to the current setting...
Meson Reference conf Meson The Meson() build helper is intended to be used in the build() and package() methods, to call Meson commands automatically. from conan import ...
Command API Command API Warning This feature is experimental and subject to breaking changes. See the Conan stability section for more information. class CommandAPI(conan_api...
Remove API Remove API Warning This feature is experimental and subject to breaking changes. See the Conan stability section for more information. class RemoveAPI(conan_api)
Export API Export API Warning This feature is experimental and subject to breaking changes. See the Conan stability section for more information. class ExportAPI(conan_api)
XcodeBuild Reference conf XcodeBuild The XcodeBuild build helper is a wrapper around the command line invocation of Xcode. It will abstract the calls like xcodebuild -project...