diff options
| author | redfish <redfish@galactica.pw> | 2018-01-14 20:14:07 -0500 |
|---|---|---|
| committer | redfish <redfish@galactica.pw> | 2018-01-14 20:14:07 -0500 |
| commit | 6fbb0b065d2a4b927eaef6e10f505cb266767746 (patch) | |
| tree | 4dec20b8ff7bc652af4fff31a90d4f958cec5fa5 /src | |
| parent | 35d5aa36c9b2f4bba169e5947039bf7871649ee1 (diff) | |
| download | monzero-core-6fbb0b065d2a4b927eaef6e10f505cb266767746.tar.gz monzero-core-6fbb0b065d2a4b927eaef6e10f505cb266767746.tar.xz monzero-core-6fbb0b065d2a4b927eaef6e10f505cb266767746.zip | |
cmake: set API header install path to what Qt wallet expects
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 26127b75c..4e90e3689 100644 --- a/src/wallet/api/CMakeLists.txt +++ b/src/wallet/api/CMakeLists.txt @@ -86,4 +86,4 @@ else() endif() install(FILES ${wallet_api_headers} - DESTINATION include/wallet) + DESTINATION include/wallet/api) |
