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

Include vcpkg manifest file and readme #12

Open
csorvagep opened this issue Apr 8, 2021 · 0 comments
Open

Include vcpkg manifest file and readme #12

csorvagep opened this issue Apr 8, 2021 · 0 comments

Comments

@csorvagep
Copy link

I've included the following file to the repo:

vcpkg.json

{
    "name": "antsimulator",
    "version": "1.0",
    "dependencies": [
        "sfml"
    ]
}

If the toolchain file is set for CMake (e.g. in VSCode) there is no need to install sfml independently. If the toolchain file is not set, then the manifest file is ignored.

I've tested this and worked. I would like to create a pull request for this, but don't see how to include in the readme file. Does anyone have an idea?

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

No branches or pull requests

1 participant