From 2892836d79cbd4b3abf29d875f3a7efd1d8cb2d3 Mon Sep 17 00:00:00 2001 From: Oleg Bulatov Date: Mon, 9 Nov 2015 02:18:32 +0300 Subject: [PATCH] Install co2mon.h Signed-off-by: Oleg Bulatov --- libco2mon/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libco2mon/CMakeLists.txt b/libco2mon/CMakeLists.txt index b42262d..7e133eb 100644 --- a/libco2mon/CMakeLists.txt +++ b/libco2mon/CMakeLists.txt @@ -35,3 +35,6 @@ set_target_properties(co2mon PROPERTIES install(TARGETS co2mon LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) +install(FILES include/co2mon.h + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) +