-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add option to decide output directory for CMake. #39
Comments
Yes! We can add the |
Adding it by default is good, but the main problem is that we need some way to place it in a fixed place, so the user can point their |
Yeah, indeed, so I don't know how you are using it, but we do re-use the build directory in the the |
We've just merged: #51 Might be fun to give that a try with the next pixi release :) |
Hey, that's very nice! Could you give me the name of the folder that is used for the build? |
It should be in
This contains the It should re-use this folder across builds. |
Hey! I will look into this, when I last looked, I was not able to find those files, but I am sure it was just me! |
Hey!
I am using
pixi-build
with a cmake project, and I'm able to build it and everything, but I have a problem. I usecompile_commands.json
to useclangd
in my editor, and I'm dependent on the output of the cmake build is in a predictable place, to be order to point it there.For now I see no option to direct pixi, to do the building in a given directory. Is there anyway you could add support for this or some other special option to get the
compile_commands.json
out?The text was updated successfully, but these errors were encountered: