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

feature request: support installing imported targets for vcpkg and conan #261

Open
2 tasks
FeignClaims opened this issue Jun 7, 2024 · 0 comments · May be fixed by #279
Open
2 tasks

feature request: support installing imported targets for vcpkg and conan #261

FeignClaims opened this issue Jun 7, 2024 · 0 comments · May be fixed by #279

Comments

@FeignClaims
Copy link
Contributor

FeignClaims commented Jun 7, 2024

Although not universally appicable to all IMPORTED targets as #167 is trying to do, vcpkg and conan 2.4.0 already provide a way to install their IMPORTED targets:

  • vcpkg provides two options for users to easily copy runtimes (only) dlls to the build directory and installation directory. (learnt from this comment)

  • conan 2.4.0's CMakeToolchain generator provides a cmake variable CONAN_RUNTIME_LIB_DIRS that allows users to install runtime libraries. (see the corresponding documentation here, and this comment shows how to copy runtimes to output folder with it)

So maybe we could support them respectively? (or unify them into a general function?)

Upvote & Fund

@aminya is using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.

Thank you in advance for helping prioritize & fund our backlog!


Fund with Polar
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 a pull request may close this issue.

1 participant