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

Make Cubos usable in CMake through find_package #1326

Open
RiscadoA opened this issue Sep 27, 2024 · 0 comments · May be fixed by #1327
Open

Make Cubos usable in CMake through find_package #1326

RiscadoA opened this issue Sep 27, 2024 · 0 comments · May be fixed by #1327
Assignees
Labels
A-Meta B-Build Related to the build configuration
Milestone

Comments

@RiscadoA
Copy link
Member

Problem

Currently our project can only be used by adding it as a subdirectory.
This isn't practical at all, and it also means it can't be installed system-wide - if you have multiple projects, you end up having multiple clones and builds of Cubos for each of them.
It also isn't standard - CMake libraries should export their targets.

Solution

We should investigate further on what we need to change to make this possible.

@RiscadoA RiscadoA added A-Meta B-Build Related to the build configuration labels Sep 27, 2024
@RiscadoA RiscadoA added this to the 0.5 milestone Sep 27, 2024
@RiscadoA RiscadoA self-assigned this Sep 27, 2024
@RiscadoA RiscadoA linked a pull request Sep 27, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Meta B-Build Related to the build configuration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant