From d7c51f26e3aaf3a5c6eb9414854565e7daf8e7f6 Mon Sep 17 00:00:00 2001 From: Nathan Hourt Date: Mon, 4 Jul 2016 16:35:46 -0500 Subject: [PATCH] Add more missing headers to install --- libraries/plugins/account_history/CMakeLists.txt | 2 ++ libraries/plugins/market_history/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libraries/plugins/account_history/CMakeLists.txt b/libraries/plugins/account_history/CMakeLists.txt index 18fd6135..4af81abb 100644 --- a/libraries/plugins/account_history/CMakeLists.txt +++ b/libraries/plugins/account_history/CMakeLists.txt @@ -19,3 +19,5 @@ install( TARGETS LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) +INSTALL( FILES ${HEADERS} DESTINATION "include/graphene/account_history" ) + diff --git a/libraries/plugins/market_history/CMakeLists.txt b/libraries/plugins/market_history/CMakeLists.txt index 21b8211f..47410d74 100644 --- a/libraries/plugins/market_history/CMakeLists.txt +++ b/libraries/plugins/market_history/CMakeLists.txt @@ -19,3 +19,5 @@ install( TARGETS LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) +INSTALL( FILES ${HEADERS} DESTINATION "include/graphene/market_history" ) +