Skip to content

Template project for C++ with CMake and Conan support.

License

Notifications You must be signed in to change notification settings

markvilar/cpp_project_template

Repository files navigation

C++ Project Template

Build License

Template project for C++ with CMake and Conan 2.0 support.

Supported tools

  • CMake (3.19+)
  • Conan (2.0.0+)

Conan workflow

The project workflow for Conan 2.0 is listed below. See the conan/profiles directory for a set of pre-generated profiles.

# Create a default profile
conan profile detect

# Install the dependencies
conan install . --profile <path/to/profile> --build missing

# Build the package
conan build . --profile <path/to/profile> --build missing

# Create the package
conan create . --profile <path/to/profile> --build missing

About

Template project for C++ with CMake and Conan support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published