Skip to content

Leverage the cmake-file-api for globs #105

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

Open
baszalmstra opened this issue Mar 24, 2025 · 0 comments
Open

Leverage the cmake-file-api for globs #105

baszalmstra opened this issue Mar 24, 2025 · 0 comments
Labels
Build cmake Related to the CMake build backend

Comments

@baszalmstra
Copy link
Contributor

CMake provides the cmake-file-api which provides access to the CMake code model after evaluation. This can be particularly useful to read back some information from cmake like the input source files.

I propose that during the build process we add a query to make CMake output the "codemodel" object so we can read back the input source files. We can then return this information to pixi to provide better invalidation.

@baszalmstra baszalmstra added cmake Related to the CMake build backend enhancement New feature or request and removed enhancement New feature or request labels Mar 24, 2025
@baszalmstra baszalmstra added the Pixi label Mar 27, 2025 — with Linear
@baszalmstra baszalmstra added Build and removed Pixi labels Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build cmake Related to the CMake build backend
Projects
None yet
Development

No branches or pull requests

1 participant