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/daemon | |
parent | Merge pull request #1067 (diff) | |
parent | Add libminiupnpc and libunwind to snap. (diff) | |
download | monero-d4a533a8002c96301b3b010c33a60bde38315b05.tar.xz |
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/daemon')
-rw-r--r-- | src/daemon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index 511efcb36..a8c93aa0f 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -106,3 +106,4 @@ add_dependencies(daemon version) set_property(TARGET daemon PROPERTY OUTPUT_NAME "monerod") +install(TARGETS daemon DESTINATION bin) |