Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sn-vcpkg #219

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Add sn-vcpkg #219

merged 1 commit into from
Nov 5, 2023

Conversation

keynmol
Copy link
Contributor

@keynmol keynmol commented Nov 5, 2023

> cs launch com.indoorvivants.vcpkg:sn-vcpkg_3:latest.release -- --help
Usage:
    sn-vcpkg install
    sn-vcpkg bootstrap
    sn-vcpkg clang
    sn-vcpkg clang++
    sn-vcpkg scala-cli

Bootstraps and installs vcpkg dependencies in a way compatible with
the build tool plugins for SBT or Mill

Options and flags:
    --help
        Display this help text.

Subcommands:
    install
        Install a list of vcpkg dependencies
    bootstrap
        Bootstrap vcpkg
    clang
        Invoke clang with the correct flags for passed dependenciesThe format of the command is [sn-vcpkg clang <flags> <dependencies> -- <clang arguments>
    clang++
        Invoke clang++ with the correct flags for passed dependencies.
        The format of the command is [sn-vcpkg clang++ <flags> <dependencies> -- <clang arguments>
    scala-cli
        Invoke Scala CLI with correct flags for passed dependencies. Sets --native automatically!The format of the command is [sn-vcpkg scala-cli <flags> <dependencies> -- <scala-cli arguments>

@alexarchambault alexarchambault merged commit 193eb4b into coursier:main Nov 5, 2023
1 check passed
@alexarchambault
Copy link
Member

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants