diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-01-27 17:24:57 -0800 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-01-27 17:24:57 -0800 |
commit | d3e1244466f6d0d8c732ec3e2c647392f408a8c6 (patch) | |
tree | a2072bf0aa78fc334686697eb5ebf53f8bb43968 /src/wallet | |
parent | Merge pull request #3120 (diff) | |
parent | cmake: set API header install path to what Qt wallet expects (diff) | |
download | monero-d3e1244466f6d0d8c732ec3e2c647392f408a8c6.tar.xz |
Merge pull request #3121
6fbb0b06 cmake: set API header install path to what Qt wallet expects (redfish)
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/api/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/CMakeLists.txt b/src/wallet/api/CMakeLists.txt index 0b4a663a0..1e67495f1 100644 --- a/src/wallet/api/CMakeLists.txt +++ b/src/wallet/api/CMakeLists.txt @@ -88,4 +88,4 @@ else() endif() install(FILES ${wallet_api_headers} - DESTINATION include/wallet) + DESTINATION include/wallet/api) |