refactor: add install headers dir path - #5
Conversation
nooneknowspeter
commented
Aug 2, 2026
- install headers in package dir, use with lsps; clangd for c++ dev
|
Hi, the change is presently a no-op. If you want to access to catch2's headers from a custom step in your build.zig, we can add a |
it gets the include dir from the upstream dependency dir; inside zig-pkgs/catch2-upstream-dir it installs it in a include dir in the zig package dependency dir which makes it easier to reference example use, add package include dir in clangd |
How is that different from the current behavior ? |