HomePhabricator

[CMAKE] Install executables

Description

[CMAKE] Install executables

Summary: This diff adds the rules to install the built executables.

Test Plan:
For all platforms:

mkdir -p buildcmake/install && cd install
cmake -GNinja .. -DCMAKE_INSTALL_PREFIX="install" # Other options

depending on the platform

ninja
ninja install

Check that the executables are installed under install/bin/.

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D4146

Details

Provenance
FabienAuthored on Sep 23 2019, 14:57
FabienPushed on Sep 26 2019, 14:53
Reviewer
Restricted Project
Differential Revision
D4146: [CMAKE] Install executables
Parents
rABC6c467dfc4f6b: [CMAKE] Install the man pages
Branches
Unknown
Tags
Unknown