vcpkg.json #53
idzard-intentdev
started this conversation in
General
Replies: 1 comment
-
|
Yep I removed them for now because it slows down the cmake build time
considerably. If and when more people work on the project we can add it
back but it's much faster for cmake config and generate if the packages are
installed globally.
…On Thu, Apr 18, 2024, 5:19 p.m. Idzard Kwadijk ***@***.***> wrote:
on github main vcpkg.json has no dependencies
{
"dependencies": [
]
}
but shouldn't it contain this?
{
"dependencies": [
"vulkan-memory-allocator",
"gtest",
{
"name": "spdlog",
"version>=": "1.13.0"
}
]
}
—
Reply to this email directly, view it on GitHub
<#53>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6Y4KTP67T3IBSF6VS3G3DY6BPKVAVCNFSM6AAAAABGOHGP5GVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGUZDMMJZGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
on github main vcpkg.json has no dependencies
but shouldn't it contain this?
Beta Was this translation helpful? Give feedback.
All reactions