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 | |
parent | Merge pull request #3091 (diff) | |
download | monero-6fbb0b065d2a4b927eaef6e10f505cb266767746.tar.xz |
cmake: set API header install path to what Qt wallet expects
-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) |