diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-09-15 15:20:38 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-09-15 15:20:38 +0200 |
| commit | d4a533a8002c96301b3b010c33a60bde38315b05 (patch) | |
| tree | 07c0df51b77131e3862a48cb829f69c03d0b81ca /src/simplewallet | |
| parent | ce5367452063e4e74e8a690d876274b9395eef69 (diff) | |
| parent | a5af33d33b3bcb7c133f8280b8f15b3b2a78c266 (diff) | |
| download | monzero-core-d4a533a8002c96301b3b010c33a60bde38315b05.tar.gz monzero-core-d4a533a8002c96301b3b010c33a60bde38315b05.tar.xz monzero-core-d4a533a8002c96301b3b010c33a60bde38315b05.zip | |
Merge pull request #1068
a5af33d Add libminiupnpc and libunwind to snap. (Casey Marshall)
823843e Fix portability issues discovered with fresh snap install. (Casey Marshall)
0a56d83 Add snap packaging. (Casey Marshall)
Diffstat (limited to 'src/simplewallet')
| -rw-r--r-- | src/simplewallet/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simplewallet/CMakeLists.txt b/src/simplewallet/CMakeLists.txt index 97852c3dc..572819899 100644 --- a/src/simplewallet/CMakeLists.txt +++ b/src/simplewallet/CMakeLists.txt @@ -59,4 +59,5 @@ add_dependencies(simplewallet version) set_property(TARGET simplewallet PROPERTY - OUTPUT_NAME "monero-wallet-cli")
\ No newline at end of file + OUTPUT_NAME "monero-wallet-cli") +install(TARGETS simplewallet DESTINATION bin) |
