Commit 0e13cf3
committed
fix(cmake): update install rules for migrated header paths
After PR #440 migrated headers to include/kcenon/container/, two
directories were missing from the cmake install rules:
- include/container/ forwarding headers (for #include <container/...>)
- messaging/ directory (message_container.h)
This caused downstream build failures (e.g., network_system CI on
Windows MSVC) when cmake --install did not copy these headers.1 parent d65eb42 commit 0e13cf3
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| 569 | + | |
569 | 570 | | |
570 | 571 | | |
571 | 572 | | |
| 573 | + | |
572 | 574 | | |
573 | 575 | | |
574 | 576 | | |
| |||
594 | 596 | | |
595 | 597 | | |
596 | 598 | | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
597 | 609 | | |
598 | 610 | | |
599 | 611 | | |
600 | 612 | | |
601 | 613 | | |
| 614 | + | |
602 | 615 | | |
603 | 616 | | |
604 | 617 | | |
| |||
0 commit comments