cmake: set API header install path to what Qt wallet expects

This commit is contained in:
redfish 2018-01-14 20:14:07 -05:00
parent 35d5aa36c9
commit 6fbb0b065d

View file

@ -86,4 +86,4 @@ else()
endif() endif()
install(FILES ${wallet_api_headers} install(FILES ${wallet_api_headers}
DESTINATION include/wallet) DESTINATION include/wallet/api)