List of conan 2.x pre-defined templates

The following list of templates is predefined for conan 2.0.6:

  • basic
  • cmake_lib
  • cmake_exe
  • meson_lib
  • meson_exe
  • msbuild_lib
  • msbuild_exe
  • bazel_lib
  • bazel_exe
  • autotools_lib
  • autotools_exe

You can check for yourself using

conan new --help

In the output from this command, look for positional arguments -> template. In the help text, you’ll find a list of possible templates.