Commit 4992b52
committed
fa130db Add `install-bin` target (Hennadii Stepanov)
c4d26d2 Add `install-lib` target (Hennadii Stepanov)
bc3d166 Install `proxy.capnp` with `mpgen` target (Hennadii Stepanov)
Pull request description:
This PR adds new `install-lib` and `install-bin` build targets which allow to build and install only required artifacts during different stages of cross-building.
A demo, which uses this branch in Bitcoin Core, is [here](https://github.com/hebasto/bitcoin/commits/220907-mp-demo).
ACKs for top commit:
ryanofsky:
Code review ACK fa130db. This does exactly what I'd expect now, so will merge it. But you do bring up an important point about no longer exporting cmake targets.
Tree-SHA512: 2146913594c2ad4570ac4fb77d09297bb0ddcd0c8cd38527db0cfc04b98d099a0e6c97e7b4cbed64f78da6ba7c98bdafa20c4c9cc20db1da3d57dadee7c88899
1 file changed
+20
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
81 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
82 | 89 | | |
83 | 90 | | |
84 | 91 | | |
| |||
90 | 97 | | |
91 | 98 | | |
92 | 99 | | |
93 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
94 | 111 | | |
95 | 112 | | |
96 | 113 | | |
97 | | - | |
98 | | - | |
99 | 114 | | |
100 | 115 | | |
101 | 116 | | |
| |||
0 commit comments