From 43e5789cb4661e918d68f76c3b33c329af8ff94f Mon Sep 17 00:00:00 2001 From: Mats Taraldsvik Date: Tue, 11 Dec 2018 19:40:29 +0100 Subject: [PATCH] WIP add headers to the install target --- opencensus/stats/CMakeLists.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/opencensus/stats/CMakeLists.txt b/opencensus/stats/CMakeLists.txt index 53ab1ad9..a01a1aae 100644 --- a/opencensus/stats/CMakeLists.txt +++ b/opencensus/stats/CMakeLists.txt @@ -12,10 +12,21 @@ # See the License for the specific language governing permissions and # limitations under the License. -opencensus_lib(stats PUBLIC DEPS stats_core stats_recording) +opencensus_lib(stats + PUBLIC + HDRS + internal/aggregation_window.h + internal/set_aggregation_window.h + stats.h + stats_exporter.h + DEPS + stats_core + stats_recording) opencensus_lib(stats_test_utils PUBLIC + HDRS + testing/test_utils.h SRCS testing/test_utils.cc DEPS