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 | |
| parent | 4c302c63856c88815b0e00ab37b5a9c88320ee83 (diff) | |
| parent | 6fbb0b065d2a4b927eaef6e10f505cb266767746 (diff) | |
| download | monzero-core-d3e1244466f6d0d8c732ec3e2c647392f408a8c6.tar.gz monzero-core-d3e1244466f6d0d8c732ec3e2c647392f408a8c6.tar.xz monzero-core-d3e1244466f6d0d8c732ec3e2c647392f408a8c6.zip | |
Merge pull request #3121
6fbb0b06 cmake: set API header install path to what Qt wallet expects (redfish)
Diffstat (limited to 'src')
| -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) |
