Skip to content

Conversation

@cursey
Copy link
Contributor

@cursey cursey commented Dec 26, 2021

Adds support for vcpkg package features. For example:

[vcpkg]
version = "2021.12.01"
packages = [
    "imgui[docking-experimental,freetype,sdl2-binding,opengl3-binding]",
    "fmt",
    "pegtl",
    "nativefiledialog",
    "spdlog",
    "utfcpp",
    "nlohmann-json",
    "glad[gl-api-30]",
]

I've tested these changes on one of my projects.

Copy link
Contributor

@mrexodia mrexodia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for your contribution! I left some minor comments, but if you don’t feel like fixing them I’ll do it in a few days!

@mrexodia mrexodia merged commit a6d5f1c into build-cpp:main Dec 27, 2021
@mrexodia
Copy link
Contributor

Thanks a lot!

@cursey cursey deleted the vcpkg-package-features branch December 27, 2021 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants